ホストのロケールを考慮して、ストリングのすべての文字を小文字に変換します。
cities = new String("Paris Moscow Tokyo"); cities.toLocaleLowerCase()