Class StringUtils

java.lang.Object
com.l2fprod.util.StringUtils

public class StringUtils extends Object
Description of the Class
Author:
fred
  • Constructor Details

    • StringUtils

      public StringUtils()
  • Method Details

    • replace

      public static String replace(String txt, String from, 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 String[] splitString(String s, String delim)
      Description of the Method
      Parameters:
      s - Description of Parameter
      delim - Description of Parameter
      Returns:
      Description of the Returned Value
    • format

      public static String format(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