Package dev.prozilla.pine.common.util
Class StringUtils
java.lang.Object
dev.prozilla.pine.common.util.StringUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsOnce(String string, String query) static intfindClosingParenthesis(String input, int openIndex) static intstatic StringtoLowerCase(String string) static StringReturns the string representation of an object, ornullif the object isnull.static StringtoUpperCase(String string) static String
-
Method Details
-
toString
Returns the string representation of an object, ornullif the object isnull.- See Also:
-
toUpperCase
- See Also:
-
toLowerCase
- See Also:
-
trim
- See Also:
-
lengthOf
-
findClosingParenthesis
-
containsOnce
-