public class Quotes
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.CharSequence |
escapeJava(java.lang.CharSequence s)
Escapes each character in a string that has an escape sequence.
|
static java.lang.CharSequence |
quote(java.lang.CharSequence s,
int start,
int end) |