Class StringUtils
java.lang.Object
gg.jte.runtime.StringUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendEscaped(StringBuilder result, String string) static booleanisAllUpperCase(String string) static booleanisBlank(CharSequence cs) static booleanstartsWithIgnoringCaseAndWhitespaces(String string, String prefix)
-
Constructor Details
-
StringUtils
private StringUtils()
-
-
Method Details
-
startsWithIgnoringCaseAndWhitespaces
-
isAllUpperCase
-
isBlank
-
appendEscaped
-