public class JakartaRegexMatcher extends java.lang.Object implements StringMatcher
Constructor and Description |
---|
JakartaRegexMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
match(java.lang.String expression,
java.lang.String value)
Returns true if the given expression is found within the value.
|
public boolean match(java.lang.String expression, java.lang.String value) throws MatchException
match
in interface StringMatcher
expression
- - the expression to findvalue
- - the value to look for the expression inMatchException