public class JakartaOroRegexp extends JakartaOroMatcher implements Regexp
compiler, matcherREPLACE_ALL, REPLACE_FIRSTMATCH_CASE_INSENSITIVE, MATCH_DEFAULT, MATCH_MULTILINE, MATCH_SINGLELINE| Constructor and Description | 
|---|
| JakartaOroRegexp()Constructor for JakartaOroRegexp | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | getSubsOptions(int options)Convert ant regexp substitution option to oro options. | 
| java.lang.String | substitute(java.lang.String input,
          java.lang.String argument,
          int options)Perform a substitution on the regular expression. | 
getCompiledPattern, getCompilerOptions, getGroups, getGroups, getPattern, matches, matches, setPatternclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroups, getGroups, getPattern, matches, matches, setPatternpublic java.lang.String substitute(java.lang.String input,
                                   java.lang.String argument,
                                   int options)
                            throws BuildException
substitute in interface Regexpinput - The string to substitute onargument - The string which defines the substitutionoptions - The list of options for the match and replace.BuildException - on errorprotected int getSubsOptions(int options)
options - the ant regexp options