Get small String
<html> <body> <button onclick="var myS = new String('www.java2s.com'); document.write('regular string'+myS.small());"> SMALL </button> www.java2s.com </body> </html>