Valdosta State University

String toUpperCase() // Converts all of the characters in this String to upper // case using the rules of the default locale. String[] split(String regex) // Splits this string around matches of the given regular // expression. ................
................