Class StringUtil

java.lang.Object
com.sun.tools.corba.se.logutil.StringUtil

public abstract class StringUtil extends Object
  • Constructor Details

    • StringUtil

      public StringUtil()
  • Method Details

    • toMixedCase

      public static String toMixedCase(String str)
      Take a string containing underscores, and return a string with the underscore removed, and all characters exception in lower case except the characters after the underscores.
    • countArgs

      public static int countArgs(String str)