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 StringReturns the string representation of an object, ornullif the object isnull.
-
Method Details
-
toString
Returns the string representation of an object, ornullif the object isnull.- See Also:
-
findClosingParenthesis
-
containsOnce
-