Library:Apache Jakarta Regexp
Version:1.4
Compatibility:JDK 1.4
Classes in library Apache Jakarta Regexp.
NamePackageDescription
CharacterArrayCharacterIteratororg.apache.regexpEncapsulates char[] as CharacterIterator
REorg.apache.regexpRE is an efficient, lightweight regular expression evaluator/matcher class.
ReaderCharacterIteratororg.apache.regexpEncapsulates java.io.Reader as CharacterIterator
recompileorg.apache.regexp'recompile' is a command line tool that pre-compiles one or more regular expressions for use with the regular expression matcher class 'RE'.
RECompilerorg.apache.regexpA regular expression compiler class.
REDebugCompilerorg.apache.regexpA subclass of RECompiler which can dump a regular expression program for debugging purposes.
REDemoorg.apache.regexpInteractive demonstration and testing harness for regular expressions classes.
REProgramorg.apache.regexpA class that holds compiled regular expressions.
RETestorg.apache.regexpData driven (and optionally interactive) testing harness to exercise regular expression compiler and matching engine.
REUtilorg.apache.regexpThis is a class that contains utility helper methods for this package.
StreamCharacterIteratororg.apache.regexpEncapsulates java.io.InputStream as CharacterIterator.
StringCharacterIteratororg.apache.regexpEncapsulates String as CharacterIterator.
Search