Interface IEscaper

    • Method Detail

      • escape

        default String escape​(String string)
        Escape some text.
        Parameters:
        string - The raw text to be escaped.
        Returns:
        The escaped text.
      • getRequiresEscapePattern

        Pattern getRequiresEscapePattern()
      • unescape

        default String unescape​(String string)
        Unescape some text.
        Parameters:
        string - The text to be unescaped.
        Returns:
        The raw text.