public class StringHelper extends Object
| Constructor and Description |
|---|
StringHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeJava(String s)
Escapes characters in the given string according to Java rules
|
static String |
sanitize(String s)
Sanitizes a string so it can be used as an identifier
|