org.josql.functions.regexp
Interface RegExp
- All Known Implementing Classes:
- ApacheRegExpWrapper, GNURegExpWrapper, OroApacheRegExpWrapper, StandardJavaRegExpWrapper
public interface RegExp
Defines a regular expression, use the RegExpFactory.getDefaultInstance()
to
get the "default" instance, and then just call: match(String,String)
.
match
boolean match(String pattern,
String val)
throws QueryExecutionException
- Throws:
QueryExecutionException
init
void init()
throws QueryExecutionException
- Throws:
QueryExecutionException
Copyright © 2008 Gary Bentley. All Rights Reserved.