Class StringUtils


  • public class StringUtils
    extends java.lang.Object
    Description of the Class
    Author:
    fred
    • Constructor Summary

      Constructors 
      Constructor Description
      StringUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(java.lang.String s, int length, char c)
      Description of the Method
      static java.lang.String replace​(java.lang.String txt, java.lang.String from, java.lang.String to)
      Description of the Method
      static java.lang.String[] splitString​(java.lang.String s, java.lang.String delim)
      Description of the Method
      • Methods inherited from class java.lang.Object

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

      • StringUtils

        public StringUtils()
    • Method Detail

      • replace

        public static java.lang.String replace​(java.lang.String txt,
                                               java.lang.String from,
                                               java.lang.String to)
        Description of the Method
        Parameters:
        txt - Description of Parameter
        from - Description of Parameter
        to - Description of Parameter
        Returns:
        Description of the Returned Value
      • splitString

        public static java.lang.String[] splitString​(java.lang.String s,
                                                     java.lang.String delim)
        Description of the Method
        Parameters:
        s - Description of Parameter
        delim - Description of Parameter
        Returns:
        Description of the Returned Value
      • format

        public static java.lang.String format​(java.lang.String s,
                                              int length,
                                              char c)
        Description of the Method
        Parameters:
        s - Description of Parameter
        length - Description of Parameter
        c - Description of Parameter
        Returns:
        Description of the Returned Value