Class EscapeUtils
Object
org.thymeleaf.testing.templateengine.util.EscapeUtils
- Since:
- 2.1.3
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
unescapeUnicode
(String text) Unescapes unicode (UHEXA) escapes in a String, like \u00E1.
-
Method Details
-
unescapeUnicode
Unescapes unicode (UHEXA) escapes in a String, like \u00E1.
- Parameters:
text
- the String to be processed- Returns:
- the processed String, null if input is null
-