java.lang.Object
ch.qos.logback.core.util.StringUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcapitalizeFirstLetter(String name) static booleanisNullOrEmpty(String str) Returns true if input str is null or empty.static StringlowercaseFirstLetter(String name) static booleannotNullNorEmpty(String str) Returns true if input str is not null nor empty.static StringnullStringToEmpty(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
-