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

'toLocaleLowerCase()' Example

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

    
      
      








Related examples in the same category

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