Class StringUtils


  • public final class StringUtils
    extends Object
    Auxiliary string processing methods.
    • Method Detail

      • tryUnescapeCharacter

        public static StringUtils.UnescapeResult tryUnescapeCharacter​(StringBuilderEx stringAfterEscMarker)
        Unescape special char which definition is in the buffer.
        Parameters:
        stringAfterEscMarker - buffer contains string
        Returns:
        result container, must not be null
      • isCharAllowedForUnquotedAtom

        public static boolean isCharAllowedForUnquotedAtom​(char chr)
      • isCharNotAppropriateForHexNum

        public static boolean isCharNotAppropriateForHexNum​(char chr)