<script>
</script>
var str = "satish mallick.";
var wordCount = str.match(/(\w+)/g).length;
alert(wordCount);
</script>
var str = "satish mallick.";
var wordCount = str.match(/(\w+)/g).length;
alert(wordCount);
Hello,
No comments:
Post a Comment