Regex matching for certain URLS -


I am writing a script that needs to take some URLs on the page; For example, these URLs, http://fiel.com/989898/etc.html after "> load < May be

In JavaScript:

  var link For = document.links; (var i = 0; i & lt; links.length; i ++) {if (link [i] .match (/ http \: \ / \ fiel \ .com / i)) {}}   

in php

  $ html = ' gt; body & gt; .... & lt ; $ Body =  A '); Foreign Exchange ($ link $ link) {if ($ Link-> nodeValue ==' load ') {$ data = $ link-> MillTutribute (' href ') // whatever href} }    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -