Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

String.prototype.toLowerCase()

概要

呼び出す文字列の値を小文字に変換して返します。

構文

str.toLowerCase()

詳細

toLowerCase メソッドは、小文字に変換された文字列の値を返します。 toLowerCase メソッドは、文字列の値、それ自身には影響を与えません。

例: toLowerCase メソッド の使用

以下の例は、 "alphabet" という小文字の文字列を表示します。:

var upperText="ALPHABET"
document.write(upperText.toLowerCase())

参照

toUpperCase

ドキュメントのタグと貢献者

 このページの貢献者: teoli, ethertank, Mgjbot, Potappo
 最終更新者: teoli,