Searching a webpage for 'href="'
Afficher commentaires plus anciens
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 commentaires
Guillaume
le 19 Avr 2016
Can you provide a link to that example?
Janis Uhrig
le 21 Avr 2016
Réponses (2)
Meade
le 20 Avr 2016
exp = '<href="\w+">'
matches = regexp(youStr,exp,'match')
index = strfind(Str, 'href=')
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!