Package org.apache.regexp


package org.apache.regexp
  • Class
    Description
    Encapsulates char[] as CharacterIterator
    Encapsulates different types of character sources - String, InputStream, ...
    RE is an efficient, lightweight regular expression evaluator/matcher class.
    Encapsulates java.io.Reader as CharacterIterator
    'recompile' is a command line tool that pre-compiles one or more regular expressions for use with the regular expression matcher class 'RE'.
    A regular expression compiler class.
    A subclass of RECompiler which can dump a regular expression program for debugging purposes.
    Interactive demonstration and testing harness for regular expressions classes.
    A class that holds compiled regular expressions.
    Exception thrown to indicate a syntax error in a regular expression.
    Data driven (and optionally interactive) testing harness to exercise regular expression compiler and matching engine.
     
    This is a class that contains utility helper methods for this package.
    Encapsulates java.io.InputStream as CharacterIterator.
    Encapsulates String as CharacterIterator.