java.lang.Object
ch.qos.logback.core.util.StringUtil
- Since:
- 1.5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
capitalizeFirstLetter
(String name) static boolean
isNullOrEmpty
(String str) Returns true if input str is null or empty.static String
lowercaseFirstLetter
(String name) static boolean
notNullNorEmpty
(String str) Returns true if input str is not null nor empty.static String
nullStringToEmpty
(String input)
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
nullStringToEmpty
-
isNullOrEmpty
Returns true if input str is null or empty.- Parameters:
str
-- Returns:
-
notNullNorEmpty
Returns true if input str is not null nor empty.- Parameters:
str
-- Returns:
-
capitalizeFirstLetter
-
lowercaseFirstLetter
-