Package com.amx.duet.tools.regexp

Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke and has been included into AMXTools.

See:
          Description

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

Class Summary
CharacterArrayCharacterIterator Encapsulates char[] as CharacterIterator
RE RE is an efficient, lightweight regular expression evaluator/matcher class.
ReaderCharacterIterator Encapsulates java.io.Reader as CharacterIterator
recompile 'recompile' is a command line tool that pre-compiles one or more regular expressions for use with the regular expression matcher class 'RE'.
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.
REUtil This is a class that contains utility helper methods for this package.
StreamCharacterIterator Encapsulates java.io.InputStream as CharacterIterator.
StringCharacterIterator Encapsulates String as CharacterIterator.
 

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

Package com.amx.duet.tools.regexp Description

Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke and has been included into AMXTools.

Since:
AMXTools 2.0


Copyright © 2008 AMX LLC. All Rights Reserved.