Package org.apache.regexp

Interface Summary
CharacterIterator [Source] Encapsulates different types of character sources - String, InputStream, ...
 

Class Summary
CharacterArrayCharacterIterator [Source] Encapsulates String
RE [Source] RE is an efficient, lightweight regular expression evaluator/matcher class.
ReaderCharacterIterator [Source] Encapsulates InputStream, ...
recompile [Source] 'recompile' is a command line tool that pre-compiles one or more regular expressions for use with the regular expression matcher class 'RE'.
RECompiler [Source] A regular expression compiler class.
REDebugCompiler [Source] A subclass of RECompiler which can dump a regular expression program for debugging purposes.
REDemo [Source] Interactive demonstration and testing harness for regular expressions classes.
REProgram [Source] A class that holds compiled regular expressions.
RETest [Source] Data driven (and optionally interactive) testing harness to exercise regular expression compiler and matching engine.
REUtil [Source] This is a class that contains utility helper methods for this package.
StreamCharacterIterator [Source] Encapsulates InputStream, ...
StringCharacterIterator [Source] Encapsulates String
 

Exception Summary
RESyntaxException [Source] Exception thrown to indicate a syntax error in a regular expression.