Class StringEscapeUtils


  • public abstract class StringEscapeUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeString​(java.lang.String str)
      Adapted from commons lang StringEscapeUtils, escapes a string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringEscapeUtils

        public StringEscapeUtils()
    • Method Detail

      • escapeString

        public static java.lang.String escapeString​(java.lang.String str)
        Adapted from commons lang StringEscapeUtils, escapes a string
        Parameters:
        str -
        Returns:
        an escaped version of the input string.