English
<!-- Add the following code to the <body> area--> <script> var str="111 Welcome to Website Building Academy/www.downcodes.com/20040708" alert("Original text:"+str) alert( "Filtered results:"+str.replace(/^(w* )/,"")) </script>