| Interface | Description |
|---|---|
| Regexp |
Interface which represents a regular expression, and the operations
that can be performed on it.
|
| RegexpMatcher |
Interface describing a regular expression matcher.
|
| Class | Description |
|---|---|
| JavaRegexp |
Regular expression implementation using the JDK 1.4 regular expression package
|
| JavaRegexpMatcher |
Implementation of RegexpMatcher for the built-in regexp matcher of
JDK 1.4.
|
| RegexpFactory |
Regular expression factory, which will create Regexp objects.
|
| RegexpMatcherFactory |
Simple Factory Class that produces an implementation of
RegexpMatcher based on the system property
izpack.regexp.matcherimpl and the classes
available. |
| RegexUtil |
*************************************************************************
Regular Expression utilities
|
| RegularExpression |
A regular expression datatype.
|
Copyright © 2001–2025. All rights reserved.