Searching a webpage for 'href="'
Mostra commenti meno recenti
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 Commenti
Guillaume
il 19 Apr 2016
Can you provide a link to that example?
Janis Uhrig
il 21 Apr 2016
Risposte (2)
Meade
il 20 Apr 2016
exp = '<href="\w+">'
matches = regexp(youStr,exp,'match')
index = strfind(Str, 'href=')
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!