|
|||||||||
| Home >> All >> org >> josql >> functions >> [ regexp overview ] | PREV NEXT | ||||||||
Uses of Interface
org.josql.functions.regexp.RegExp
| Uses of RegExp in org.josql.functions.regexp |
| Classes in org.josql.functions.regexp that implement RegExp | |
class |
ApacheRegExpWrapper
|
class |
GNURegExpWrapper
The wrapper implementation for the GNU implementation of regular expression matching. |
class |
OroApacheRegExpWrapper
The wrapper implementation for the Apache ORO implementation of regular expression matching. |
class |
StandardJavaRegExpWrapper
The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex). |
| Methods in org.josql.functions.regexp that return RegExp | |
static RegExp |
RegExpFactory.getDefaultInstance()
|
static RegExp |
RegExpFactory.getInstance(java.lang.String type)
|
| Methods in org.josql.functions.regexp with parameters of type RegExp | |
static void |
RegExpFactory.addInstance(java.lang.String name,
RegExp re,
boolean def)
|
|
|||||||||
| Home >> All >> org >> josql >> functions >> [ regexp overview ] | PREV NEXT | ||||||||