| Modifier and Type | Field and Description |
|---|---|
static CharUnmapper |
URI.charUnmapper
A
CharUnmapper for use with Strings.unescape(String, CharUnmapper)
etc. |
| Modifier and Type | Method and Description |
|---|---|
static CharSequence |
Strings.unescape(CharSequence s,
CharUnmapper unmapper)
Scan a
CharSequence for escape sequences and replace them by the original
characters. |
String |
ParseText.unescape(CharUnmapper charUnmapper,
char stopper)
Unescape a string from the index, using the provided
CharUnmapper and stopping on
the given character stopper value. |
static String |
Strings.unescape(String s,
CharUnmapper unmapper)
Scan a string for escape sequences and replace them by the original characters.
|
Copyright © 2020. All rights reserved.