JavaScript Reference/Javascript Methods/toLocaleUpperCase
Версия от 18:30, 25 мая 2010; (обсуждение)
"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()