Class StrUtils
java.lang.Object
com.igormaznitsa.meta.common.utils.StrUtils
Set of auxiliary string functions.
- Since:
- 1.1.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StrUtils
private StrUtils()
-
-
Method Details
-
trimLeft
Trim left white spaces in string.- Parameters:
value
- string to be trimmed- Returns:
- trimmed string
- Since:
- 1.1.2
-
trimRight
Trim right white spaces in string.- Parameters:
value
- string to be trimmed- Returns:
- trimmed string
-
pressing
Remove all white space chars and ISO control chars.- Parameters:
value
- string to be processed- Returns:
- pressed string without white spaces and control chars
- Since:
- 1.1.2
-