public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
replaceAll(StringBuilder sb,
String original,
String replacement) |
static String |
replaceAll(String var,
String value,
String string)
Replaces all occurrences of var with value, inside the specified string.
|