public interface StringMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
match(String expression,
String value)
Returns true if the given expression is found within the value.
|
boolean match(String expression, String value) throws MatchException
expression
- - the expression to findvalue
- - the value to look for the expression inMatchException