Class EscapeUtils
- Object
-
- org.thymeleaf.testing.templateengine.util.EscapeUtils
-
public final class EscapeUtils extends Object
- Since:
- 2.1.3
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
unescapeUnicode(String text)
Unescapes unicode (UHEXA) escapes in a String, like \u00E1.
-