Class WhitespaceUtils


  • public final class WhitespaceUtils
    extends Object
    • Method Detail

      • startsWith

        public static boolean startsWith​(String s,
                                         String prefix)
      • endsWith

        public static boolean endsWith​(String s,
                                       String suffix)
      • isWrappedWith

        public static boolean isWrappedWith​(String s,
                                            String prefix,
                                            String suffix)
      • isQuoted

        public static boolean isQuoted​(String s)
      • isExpressionQuoted

        public static boolean isExpressionQuoted​(String s)
      • unquoteAndUnescape

        public static String unquoteAndUnescape​(String s)