Sabtu, 17 April 2010

Logic sort str

#body>
#script>
var str="Bina Nusantara";
document.write(str.match("bina")+"#br/>");
document.write(str.match("Bina")+"#br/>");
document.write(str.match("antara")+"#br/>");
document.write(str.match("na Nu"));
#/script>
#/body>