| Class Summary | |
|---|---|
| CharIndexed | Defines the interface used internally so that different types of source text can be accessed in the same way. |
| CharIndexedCharArray | |
| CharIndexedInputStream | |
| CharIndexedReader | |
| CharIndexedString | |
| CharIndexedStringBuffer | |
| CharUnit | |
| Egrep | This is a front end to the gnu.regexp.util.Grep class which sets the syntax used to RE_SYNTAX_EGREP, which aims to emulate the standard UNIX egrep command. |
| Grep | Grep is a pure-Java clone of the GNU grep utility. |
| IntPair | |
| RE | RE provides the user interface for compiling and matching regular expressions. |
| REApplet | This is a simple applet to demonstrate the capabilities of gnu.regexp. |
| REException | This is the regular expression exception class. |
| REFilterInputStream | Replaces instances of a given RE found within an InputStream with replacement text. |
| REFilterReader | Replaces instances of a given RE with replacement text. |
| REMatch | An instance of this class represents a match completed by a gnu.regexp matching function. |
| REMatchEnumeration | An REMatchEnumeration enumerates regular expression matches over a given input text. |
| RESyntax | An RESyntax specifies the way a regular expression will be compiled. |
| RETest | RETest provides a simple way to test regular expressions. |
| REToken | |
| RETokenAny | |
| RETokenBackRef | |
| RETokenChar | |
| RETokenEnd | |
| RETokenEndSub | |
| RETokenLookAhead | |
| RETokenOneOf | |
| RETokenPOSIX | |
| RETokenRange | |
| RETokenRepeated | |
| RETokenStart | |
| RETokenWordBoundary | Represents a combination lookahead/lookbehind for POSIX [:alnum:]. |
| Tests | This is a very basic testsuite application for gnu.regexp. |
| UncheckedRE | UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions. |