Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBlank(String value)
Check whether the given string value is blank.
|
static boolean |
isEmpty(String value)
Check whether the given string value is empty.
|
static String |
stripIndent(String text)
Strip the leading indentation from the given text.
|
public static boolean isEmpty(String value)
value
- the string value to testpublic static boolean isBlank(String value)
value
- the string value to test