| 程序包 | 说明 |
|---|---|
| org.apache.oro.text |
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.
|
| org.apache.oro.text.awk |
This package used to be the AwkTools library and provides AWK-like
regular expression classes that implement the
org.apache.oro.text.regex interfaces. |
| org.apache.oro.text.perl |
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. |
| org.apache.oro.text.regex |
This package used to be the OROMatcher library and provides both
generic regular expression interfaces and Perl5 regular expression
compatible implementation classes.
|
| 类和说明 |
|---|
| MalformedPatternException
A class used to signify the occurrence of a syntax error in a
regular expression that is being compiled.
|
| MatchResult
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.
|
| Pattern
The Pattern interface allows multiple representations of a regular
expression to be defined.
|
| PatternCompiler
The PatternCompiler interface defines the operations a regular
expression compiler must implement.
|
| PatternMatcher
The PatternMatcher interface defines the operations a regular
expression matcher must implement.
|
| 类和说明 |
|---|
| MalformedPatternException
A class used to signify the occurrence of a syntax error in a
regular expression that is being compiled.
|
| MatchResult
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.
|
| Pattern
The Pattern interface allows multiple representations of a regular
expression to be defined.
|
| PatternCompiler
The PatternCompiler interface defines the operations a regular
expression compiler must implement.
|
| PatternMatcher
The PatternMatcher interface defines the operations a regular
expression matcher must implement.
|
| PatternMatcherInput
The PatternMatcherInput class is used to preserve state across
calls to the
contains() methods of PatternMatcher instances. |
| 类和说明 |
|---|
| MatchResult
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.
|
| PatternMatcherInput
The PatternMatcherInput class is used to preserve state across
calls to the
contains() methods of PatternMatcher instances. |
| 类和说明 |
|---|
| MalformedPatternException
A class used to signify the occurrence of a syntax error in a
regular expression that is being compiled.
|
| MatchResult
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.
|
| Pattern
The Pattern interface allows multiple representations of a regular
expression to be defined.
|
| PatternCompiler
The PatternCompiler interface defines the operations a regular
expression compiler must implement.
|
| PatternMatcher
The PatternMatcher interface defines the operations a regular
expression matcher must implement.
|
| PatternMatcherInput
The PatternMatcherInput class is used to preserve state across
calls to the
contains() methods of PatternMatcher instances. |
| Perl5Pattern
An implementation of the Pattern interface for Perl5 regular expressions.
|
| StringSubstitution
StringSubstitution implements a Substitution consisting of a simple
literal string.
|
| Substitution
The Substitution interface provides a means for you to control how
a substitution is performed when using the
Util.substitute method. |
Copyright © 2022. All rights reserved.