Class and Description |
---|
CharacterIterator
Encapsulates different types of character sources - String, InputStream, ...
|
RE
RE is an efficient, lightweight regular expression evaluator/matcher
class.
|
RECompiler
A regular expression compiler class.
|
REDebugCompiler
A subclass of RECompiler which can dump a regular expression program
for debugging purposes.
|
REProgram
A class that holds compiled regular expressions.
|
RESyntaxException
Exception thrown to indicate a syntax error in a regular expression.
|
RETest
Data driven (and optionally interactive) testing harness to exercise regular
expression compiler and matching engine.
|
RETestCase |
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.