1 <script language=javascript> 2 var s='jhdoiweesdds'; 3 var n=(s.split('d')).length-1; 4 document.write(n); 5 </script>