public interface RegExpEvaluator
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.String value)
Returns true if the given String is matched by the
regular expression of this RegExpEvaluator
|
void |
setExpression(java.lang.String rexpr)
Sets the regular expression to match against during
a call to #matches
|
boolean matches(java.lang.String value)
value - the String to check the production ofsetExpression(java.lang.String)void setExpression(java.lang.String rexpr)
rexpr - the regular expressionIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com