public class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
clean(String input)
Cleans up a String, removing unwanted character escapes and trimming it.
|
static String |
unescapeHtml(String input)
Unescapes escaped HTML characters.
|
Copyright © 2017–2019. All rights reserved.