Package com.adobe.marketing.mobile.util
Class StringUtils
-
- All Implemented Interfaces:
public final class StringUtils
-
-
Method Summary
Modifier and Type Method Description static booleanisNullOrEmpty(String str)Checks if a Stringis null, empty or it only contains whitespaces.-
-
Method Detail
-
isNullOrEmpty
static boolean isNullOrEmpty(String str)
Checks if a
Stringis null, empty or it only contains whitespaces.- Parameters:
str- the String that we want to check- Returns:
booleanwith the evaluation result
-
-
-
-