public static final class PatternExpr.Regex extends Object implements PatternExpr
PatternExpr.And, PatternExpr.Encoder, PatternExpr.Not, PatternExpr.Or, PatternExpr.Regex| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
PatternMatcher |
matcher() |
boolean |
matches(String str)
Returns true if the expression matches the value.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitand, buildQueryString, not, or, simple, toQueryStringpublic PatternMatcher matcher()
public boolean matches(String str)
PatternExprmatches in interface PatternExpr