All Classes and Interfaces

Class
Description
Defines the interface used internally so that different types of source text can be accessed in the same way.
 
 
 
 
 
 
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 is a pure-Java clone of the GNU grep utility.
 
RE provides the user interface for compiling and matching regular expressions.
This is a simple applet to demonstrate the capabilities of gnu.regexp.
This is the regular expression exception class.
Deprecated.
This class cannot properly handle all character encodings.
Replaces instances of a given RE with replacement text.
An instance of this class represents a match completed by a gnu.regexp matching function.
An REMatchEnumeration enumerates regular expression matches over a given input text.
An RESyntax specifies the way a regular expression will be compiled.
RETest provides a simple way to test regular expressions.
 
 
 
 
 
 
 
 
 
 
 
 
Represents a combination lookahead/lookbehind for POSIX [:alnum:].
This is a very basic testsuite application for gnu.regexp.
UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.