Class EscapeUtils


  • public final class EscapeUtils
    extends Object
    Since:
    2.1.3
    Author:
    Daniel Fernández
    • Method Detail

      • unescapeUnicode

        public static String unescapeUnicode​(String text)

        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