|
|||||||||
| Home >> All >> org >> josql >> functions >> [ regexp overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.josql.functions.regexp
| Interface Summary | |
| RegExp | Defines a regular expression, use the RegExpFactory.getDefaultInstance() 55 to
get the "default" instance, and then just call: RegExp.match(String,String) 55 . |
| Class Summary | |
| AbstractRegExpWrapper | |
| ApacheRegExpWrapper | |
| GNURegExpWrapper | The wrapper implementation for the GNU implementation of regular expression matching. |
| OroApacheRegExpWrapper | The wrapper implementation for the Apache ORO implementation of regular expression matching. |
| RegExpFactory | |
| StandardJavaRegExpWrapper | The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex). |
|
|||||||||
| Home >> All >> org >> josql >> functions >> [ regexp overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||