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