Searched refs:substitution (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRE.java1556 * "aaaabfooaaabgarplyaaabwackyb" and the substitution String "-", the
1560 * @param substitution String to substitute for all matches of this regular expression.
1562 * regular expression replaced with the substitution String (if this regular
1566 public String subst(String substituteIn, String substitution) argument
1568 return subst(substituteIn, substitution, REPLACE_ALL);
1575 * "aaaabfooaaabgarplyaaabwackyb" and the substitution String "-", the
1581 * substitution String "<a href=\"$0\">$0</a>", the resulting String
1588 * @param substitution String to substitute for matches of this regular expression
1595 * regular expression replaced with the substitution String (if this regular
1599 public String subst(String substituteIn, String substitution, in argument
[all...]

Completed in 32 milliseconds