Methods in jregex with parameters of type Substitution |
Replacer |
Pattern.replacer(Substitution model)
Returns a replacer will substitute all occurences of a pattern
through applying a user-defined substitution model. |
static int |
Replacer.replace(Matcher m,
Substitution substitution,
TextBuffer dest)
Replaces all occurences of a matcher's pattern in a matcher's target
by a given substitution appending the result to a buffer.
The substitution starts from current matcher's position, current match
not included. |
static int |
Replacer.replace(Matcher m,
Substitution substitution,
java.io.Writer out)
|