Converts all characters of a string to upper case.
cities = new String("Paris Moscow Tokyo"); cities.toUpperCase()