(String).toLowerCase [1] public String toLowerCase()
文字列を全て小文字に変換します。
String str = s.toLowerCase(); System.out.println("Your type: " + str);