<div id="go"> <a href="http://site.ru/1.html">СКАЧАТЬ</a> <a href="http://site.ru/2.html">ФИЛЬМ</a> <a href="http://site.ru/1.html">Torrent</a></div> </div> <script> var txt = document.getElementById('go').innerHTML; var matches = txt.match(/"http:\/\/site[^"]+"/i); alert(matches.length);
<div id="go"> <a href="http://site.ru/1.html">СКАЧАТЬ</a> <br> <a href="http://site.ru/2.html">ФИЛЬМ</a> <br> <a href="http://site.ru/1.html">Torrent</a></div> <br> </div> <script> var txt = document.getElementById('go').innerHTML; var matches = txt.match(/"http:\/\/site[^"]+"/igm); alert(matches.length); </script>
var matches = txt.match(/"http:\/\/site[^"]+"/gi);