public final class StrUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
pressing(String value)
Remove all white space chars and ISO control chars.
|
static String |
trimLeft(String value)
Trim left white spaces in string.
|
static String |
trimRight(String value)
Trim right white spaces in string.
|
public static String trimLeft(String value)
value - string to be trimmedpublic static String trimRight(String value)
value - string to be trimmedCopyright © 2011–2024 Igor Maznitsa. All rights reserved.