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