Package org.umber.core.regexp

Interface Summary
IRegularExpression Generic wrapper for various regular expression implementations.
 

Class Summary
RegularExpressionFactory A factory for instantiating different implementations of the IRegularExpression interface.
RegularExpressionJava14 Regular expression parser that wraps the Java 1.4 java.util.regex package.
RegularExpressionORO Implementation of IRegularExpression API using the Jakarta ORO library.