public static class S._Replace extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyword |
protected Pattern |
pattern |
| Modifier and Type | Method and Description |
|---|---|
S._Replace |
replacer(Lang.Func4<char[],char[],char[],Integer,char[]> replacer) |
S._Replace |
usingRegEx() |
String |
with(Lang.Function<String,String> replacement) |
String |
with(String replacement) |
public S._Replace usingRegEx()
public S._Replace replacer(Lang.Func4<char[],char[],char[],Integer,char[]> replacer)
public String with(Lang.Function<String,String> replacement)
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.