| Package | Description |
|---|---|
| org.vesalainen.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleReplacer |
| Modifier and Type | Method and Description |
|---|---|
String |
Regex.replace(CharSequence text,
int bufferSize,
Replacer replacer)
Replaces regular expression matches in text using replacer
|
String |
Regex.replace(CharSequence text,
Replacer replacer)
Replaces regular expression matches in text using replacer
|
void |
Regex.replace(CharSequence text,
Writer out,
Replacer replacer) |
void |
Regex.replace(PushbackReader in,
char[] shared,
Writer out,
Replacer replacer) |
void |
Regex.replace(PushbackReader in,
int bufferSize,
Writer out,
Replacer replacer)
Replaces regular expression matches in input using replacer
|