Package org.carrot2.util
Class StringUtils
java.lang.Object
org.carrot2.util.StringUtils
The Class StringUtils.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if is blank.static booleanisNotBlank(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
-