|
|||||||||
| Home >> All >> org >> josql >> functions >> [ regexp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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() 55 to
get the "default" instance, and then just call: match(String,String) 55 .
Last Modified By: $Author: barrygently $
Last Modified On: $Date: 2005/01/07 17:10:41 $
Current Revision: $Revision: 1.1 $
| Method Summary | |
void |
init()
|
boolean |
match(java.lang.String pattern,
java.lang.String val)
|
| Method Detail |
match
public boolean match(java.lang.String pattern, java.lang.String val) throws org.josql.QueryExecutionException
init
public void init()
throws org.josql.QueryExecutionException
|
|||||||||
| Home >> All >> org >> josql >> functions >> [ regexp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC