Searching a webpage for 'href="'
Ältere Kommentare anzeigen
Is there a way to search on a webpage for the string 'href="' like it is done with the string 'http:' in cleve molers surfer.m example?
2 Kommentare
Guillaume
am 19 Apr. 2016
Can you provide a link to that example?
Janis Uhrig
am 21 Apr. 2016
Antworten (2)
Meade
am 20 Apr. 2016
exp = '<href="\w+">'
matches = regexp(youStr,exp,'match')
index = strfind(Str, 'href=')
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!