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