public interface RegExp
RegExpFactory#getDefaultInstance()
to
get the "default" instance, and then just call: match(String,String)
.Modifier and Type | Method and Description |
---|---|
void |
init(Query q) |
boolean |
match(java.lang.String pattern,
java.lang.String val) |
boolean match(java.lang.String pattern, java.lang.String val) throws QueryExecutionException
QueryExecutionException
void init(Query q) throws QueryExecutionException
QueryExecutionException