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