Package com.acsinet_solutions.util.regexp

This package represents a thin wrapper around regular expression facilities in J2SE 1.4.

See:
          Description

Interface Summary
CharFilter A general purpose character filter.
 

Class Summary
NoOpCharFilter A NO-OP filter that can be used to implement the NULL OBJECT pattern for text filters
Perl5Regexp Implementation of a simple regular expression class.
RegexpCharFilter A regexp based character filter.
RegexpUtils Regexp related utility methods that do not fall in any other class of the package.
 

Enum Summary
Substitution Substitution types for regular expression substitution.
 

Exception Summary
RegexpMatchException Denotes a match exception failure.
 

Package com.acsinet_solutions.util.regexp Description

This package represents a thin wrapper around regular expression facilities in J2SE 1.4. It is easier to use for some features.

Previous versions of the framework were based on Jakarta ORO package. That dependency is removed here, but Jakarta ORO is used by other classes of this library, and referenced by other libraries.