JavaScript Reference/Javascript Methods/toLocaleLowerCase
"toLocaleLowerCase()" Example
<html>
<body>
<button onclick="var myS = new String("Sample String");
alert(myS.toLocaleLowerCase());">
to Locale Lower Case
</button>
</body>
</html>
"toLocaleLowerCase()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |String |
+----------------+--------------------------------------------------------------+
"toLocaleLowerCase()" Syntax Parameters and Note
Note:
Convert a String value to lowercase.
Syntax:
stringName.toLocaleLowerCase()