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