<html> <body> <button onclick="var myS = new String('Sample String'); document.write('regular string'+myS.sub());"> sub me </button> </body> </html>