程序包的使用
org.apache.oro.text
使用org.apache.oro.text的程序包
程序包
说明
This package provides FilenameFilters that filter based on a regular
expression and other I/O-related classes that derive their
functionality from regular expressions.
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 PerlTools library and adds Perl5
regular expression syntactic sugar built on top of the
org.apache.oro.text.regex Perl5 regular expression classes.-
类说明An exception used to indicate errors in a regular expression fetched from a PatternCache.
-
类说明This is the base class for all cache implementations provided in the org.apache.oro.text package.An exception used to indicate errors in a regular expression fetched from a PatternCache.The MatchAction interface provides the callback interface for actions bound to patterns in
MatchActionProcessor.This class is used to provide information regarding a match found by MatchActionProcessor to a MatchAction callback implementation.An interface defining the basic functions of a regular expression cache. -
类说明An exception used to indicate errors in a regular expression fetched from a PatternCache.An interface defining the basic functions of a regular expression cache.