public class Replace extends Object
| Constructor and Description |
|---|
Replace() |
| Modifier and Type | Method and Description |
|---|---|
static Replace |
asRegex(String from,
String to) |
static Replace |
asReplace(String from,
String to) |
String |
getFrom() |
String |
getTo() |
boolean |
isRegex() |
Replace |
setFrom(String from) |
Replace |
setRegex(boolean regex) |
Replace |
setTo(String to) |
String |
toString() |
Copyright © 2017. All rights reserved.