| Interface | Description |
|---|---|
| RegExp |
Defines a regular expression, use the
RegExpFactory#getDefaultInstance() to
get the "default" instance, and then just call: RegExp.match(String,String). |
| Class | Description |
|---|---|
| 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).
|