public interface StringPatternSet extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
match(String stringToMatch)
Returns true for a match, false for no-match.
|
boolean match(String stringToMatch)
stringToMatch
- value to match