substitute(String input, String argument, int options) Perform a substitution on the regular expression.
Parameters: input - The string to substitute on Parameters: argument - The string which defines the substitution Parameters: options - The list of options for the match and replace.
Perform a substitution on the regular expression.
Parameters: input - The string to substitute on Parameters: argument - The string which defines the substitution Parameters: options - The list of options for the match and replace. See theMATCH_ and REPLACE_ constants above. the result of the operation throws: BuildException - on error