Package org.carrot2.util
Class StringUtils
java.lang.Object
org.carrot2.util.StringUtils
The Class StringUtils.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks if is blank.static boolean
isNotBlank
(String string) Checks if is not blank.
-
Method Details
-
isBlank
Checks if is blank.- Parameters:
string
- the string- Returns:
- true, if is blank
-
isNotBlank
Checks if is not blank.- Parameters:
string
- the string- Returns:
- true, if is not blank
-