public class UnescapeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
unescapeHtml(String s)
Replace all the occurrences of HTML entities with the appropriate code-points.
|
static String |
unescapeJs(String s)
Unescapes a Javascript string.
|