Package xyz.cp74.utils
Class StringUtils
- java.lang.Object
-
- xyz.cp74.utils.StringUtils
-
public class StringUtils extends Object
StringUtils Utils for manipulating strings- Author:
- Christian Paul
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringremoveLastChar(String s)Remove last char of a string @param s
-