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(String pattern,
String val) |
boolean match(String pattern, String val) throws QueryExecutionException
QueryExecutionException
void init(Query q) throws QueryExecutionException
QueryExecutionException