Package | Description |
---|---|
com.p6spy.engine.common |
Modifier and Type | Method and Description |
---|---|
boolean |
GnuRegexMatcher.match(String expression,
String value)
Returns true if the given expression is found within the value.
|
boolean |
JakartaRegexMatcher.match(String expression,
String value)
Returns true if the given expression is found within the value.
|
boolean |
StringMatcher.match(String expression,
String value)
Returns true if the given expression is found within the value.
|