程序包的使用
org.apache.oro.text.regex

使用org.apache.oro.text.regex的程序包
程序包
说明
This package used to be the TextTools library and provides general text processing support, including a glob regular expression class, pattern caching and line-by-line processing classes.
This package used to be the AwkTools library and provides AWK-like regular expression classes that implement the org.apache.oro.text.regex interfaces.
This package used to be the PerlTools library and adds Perl5 regular expression syntactic sugar built on top of the org.apache.oro.text.regex Perl5 regular expression classes.
This package used to be the OROMatcher library and provides both generic regular expression interfaces and Perl5 regular expression compatible implementation classes.
  • 说明
    A class used to signify the occurrence of a syntax error in a regular expression that is being compiled.
    The MatchResult interface allows PatternMatcher implementors to return results storing match information in whatever format they like, while presenting a consistent way of accessing that information.
    The Pattern interface allows multiple representations of a regular expression to be defined.
    The PatternCompiler interface defines the operations a regular expression compiler must implement.
    The PatternMatcher interface defines the operations a regular expression matcher must implement.
  • 说明
    A class used to signify the occurrence of a syntax error in a regular expression that is being compiled.
    The MatchResult interface allows PatternMatcher implementors to return results storing match information in whatever format they like, while presenting a consistent way of accessing that information.
    The Pattern interface allows multiple representations of a regular expression to be defined.
    The PatternCompiler interface defines the operations a regular expression compiler must implement.
    The PatternMatcher interface defines the operations a regular expression matcher must implement.
    The PatternMatcherInput class is used to preserve state across calls to the contains() methods of PatternMatcher instances.
  • 说明
    The MatchResult interface allows PatternMatcher implementors to return results storing match information in whatever format they like, while presenting a consistent way of accessing that information.
    The PatternMatcherInput class is used to preserve state across calls to the contains() methods of PatternMatcher instances.
  • 说明
    A class used to signify the occurrence of a syntax error in a regular expression that is being compiled.
    The MatchResult interface allows PatternMatcher implementors to return results storing match information in whatever format they like, while presenting a consistent way of accessing that information.
    The Pattern interface allows multiple representations of a regular expression to be defined.
    The PatternCompiler interface defines the operations a regular expression compiler must implement.
    The PatternMatcher interface defines the operations a regular expression matcher must implement.
    The PatternMatcherInput class is used to preserve state across calls to the contains() methods of PatternMatcher instances.
    An implementation of the Pattern interface for Perl5 regular expressions.
    StringSubstitution implements a Substitution consisting of a simple literal string.
    The Substitution interface provides a means for you to control how a substitution is performed when using the Util.substitute method.