Get Locale Lower Case string (toLocaleLowerCase)
<html> <body> <button onclick="var myS = new String('www.java2s.com'); alert(myS.toLocaleLowerCase());"> String toLocaleLowerCase</button> </body> </html>