Package com.l2fprod.util
Class StringUtils
- java.lang.Object
-
- com.l2fprod.util.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 Methodstatic java.lang.String
replace(java.lang.String txt, java.lang.String from, java.lang.String to)
Description of the Methodstatic java.lang.String[]
splitString(java.lang.String s, java.lang.String delim)
Description of the Method
-
-
-
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 Parameterfrom
- Description of Parameterto
- 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 Parameterdelim
- 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 Parameterlength
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
-