com.esri.arcgis.geoprocessing.gen
Class GenUtil
java.lang.Object
com.esri.arcgis.geoprocessing.gen.GenUtil
public class GenUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenUtil
public GenUtil()
firstToUpperCase
public static String firstToUpperCase(String string)
firstToLowerCase
public static String firstToLowerCase(String string)
removeSpaces
public static String removeSpaces(String str)
replaceChars
public static String replaceChars(String str,
String replaceLineSeparatorsWith,
char[][] specialChar_replaceWith_Pairs)
removeSpecialChars
public static String removeSpecialChars(String str,
char[] removeChars)
allLowerCase
public static String allLowerCase(String str)