Class StringUtils

java.lang.Object
dev.prozilla.pine.common.util.StringUtils

public final class StringUtils extends Object
  • Method Details

    • toString

      @Contract("null -> null; !null -> !null") public static String toString(Object object)
      Returns the string representation of an object, or null if the object is null.
      See Also:
    • findClosingParenthesis

      public static int findClosingParenthesis(String input, int openIndex)
    • containsOnce

      public static boolean containsOnce(String string, String query)