public interface RegExpEvaluator
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String value)
Returns true if the given String matches the regular expression of this
RegExpEvaluator
. |
void |
setExpression(String rexpr)
Sets the regular expression to match against during a call to
matches(java.lang.String). |
boolean matches(String value)
RegExpEvaluator
.value - the String to check the production ofRegExpEvaluatorsetExpression(java.lang.String)void setExpression(String rexpr)
matches(java.lang.String).rexpr - the regular expressionCopyright © 2016. All rights reserved.