public class StringCleaner extends Object
| Constructor and Description |
|---|
StringCleaner() |
| 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–2018. All rights reserved.