Class EscapeUtils

Object
org.thymeleaf.testing.templateengine.util.EscapeUtils

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

    • 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