com.ibm.ulc.ui.dataTypes
Interface IRegularExpression

All Known Implementing Classes:
DummyRegularExpression

public interface IRegularExpression


Method Summary
 boolean matchAt(java.lang.String matchString, int start)
          Return true if the matchString conforms to the configured regular expression
 java.lang.String stringMatched()
          Return the matching string or null
 

Method Detail

matchAt

public boolean matchAt(java.lang.String matchString,
                       int start)
Return true if the matchString conforms to the configured regular expression
Parameters:
matchString - The input String that is matched agains the regular expression
start - The index at which the comparison should start

stringMatched

public java.lang.String stringMatched()
Return the matching string or null