public final class EscapeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeString(String s)
Escapes quotes and backslashes in a string.
|
static String |
unescapeString(String s) |
public static String escapeString(String s)
s - The string to be escapedCopyright © 2020 The University of Manchester. All rights reserved.