@Deprecated public class SearchAndReplacer extends Object
| Modifier and Type | Method and Description |
|---|---|
static SearchAndReplacer |
create(Pattern pattern,
com.google.common.base.Function<Matcher,CharSequence> replacer)
Deprecated.
|
CharSequence |
replaceAll(CharSequence input)
Deprecated.
Replace all occurrences of the pattern in the input, using the given function
|
public static SearchAndReplacer create(Pattern pattern, com.google.common.base.Function<Matcher,CharSequence> replacer)
public CharSequence replaceAll(CharSequence input)
Copyright © 2019 Atlassian. All rights reserved.