Class StringUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isWhitespace​(java.lang.String s)  
      static java.lang.String normalizeNewlines​(java.lang.String s)  
      static java.lang.String repeat​(java.lang.String text, int times)  
      static java.lang.String tabs​(int times)  
      • Methods inherited from class java.lang.Object

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

      • normalizeNewlines

        public static java.lang.String normalizeNewlines​(java.lang.String s)
      • isWhitespace

        public static boolean isWhitespace​(java.lang.String s)
      • repeat

        public static java.lang.String repeat​(java.lang.String text,
                                              int times)
      • tabs

        public static java.lang.String tabs​(int times)