Modifier and Type | Field and Description |
---|---|
private static final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected int | Returns: the jdk14 substitution optionsthe ant regexp options options)Convert ant regexp substitution option to jdk1.4 options. |
public String | Returns: the result of the operationThe string to substitute on input, String The string which defines the substitution argument, int The list of options for the match and replace. options)Implements org. |
DECIMAL | back to summary |
---|---|
private static final int DECIMAL |
Jdk14RegexpRegexp | back to summary |
---|---|
public Jdk14RegexpRegexp() |
getSubsOptions | back to summary |
---|---|
protected int getSubsOptions(int options) Convert ant regexp substitution option to jdk1.4 options.
|
substitute | back to summary |
---|---|
public String substitute(String input, String argument, int options) throws BuildException Implements org. Perform a substitution on the regular expression.
|