Package | Description |
---|---|
org.josql.functions.regexp |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
RegExp |
RegExpFactory.getDefaultInstance(Query q) |
RegExp |
RegExpFactory.getInstance(String type,
Query q) |
Modifier and Type | Method and Description |
---|---|
void |
RegExpFactory.addInstance(String name,
RegExp re,
boolean def) |