Uses of Package
org.apache.oro.text.regex
Packages that use org.apache.oro.text.regex
-
Classes in org.apache.oro.text.regex used by org.apache.oro.textClassDescriptionA class used to signify the occurrence of a syntax error in a regular expression that is being compiled.The Pattern interface allows multiple representations of a regular expression to be defined.
-
Classes in org.apache.oro.text.regex used by org.apache.oro.text.perlClassDescriptionThe 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.
-
Classes in org.apache.oro.text.regex used by org.apache.oro.text.regexClassDescriptionA 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.