org.josql.functions.regexp
public interface RegExp
RegExpFactory#getDefaultInstance()
to
get the "default" instance, and then just call: match(String,String)
.boolean match(String pattern, String val) throws QueryExecutionException
QueryExecutionException
void init(Query q) throws QueryExecutionException
QueryExecutionException