Package org.apache.tools.ant.util.regexp
package org.apache.tools.ant.util.regexp
-
Interface SummaryInterfaceDescriptionInterface which represents a regular expression, and the operations that can be performed on it.Interface describing a regular expression matcher.
-
Class SummaryClassDescriptionImplementation of RegexpMatcher for Jakarta-ORO.Regular expression implementation using the Jakarta Oro packageImplementation of RegexpMatcher for Jakarta-Regexp.Regular expression implementation using the Jakarta Regexp packageImplementation of RegexpMatcher for the built-in regexp matcher of JDK 1.4.Regular expression implementation using the JDK 1.4 regular expression packageRegular expression factory, which will create Regexp objects.Simple Factory Class that produces an implementation of RegexpMatcher based on the system property
ant.regexp.regexpimpl
and the classes available.Regular expression utilities class which handles flag operations.