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