'toLocaleUpperCase()' Example : toLocaleUpperCase « Javascript Methods « JavaScript Reference

'toLocaleUpperCase()' Example

    
<html>
<body>
<button onclick="var myS = new String('Sample String'); 
alert(myS.toLocaleUpperCase());">
to Locale Upper Case
</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'toLocaleUpperCase()' Syntax, Parameters and Note
2.'toLocaleUpperCase()' is applied to