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