Posted by Yannick Benoit on 09/14/05 18:55
Hi!
I use this to find all links in a page :
[:space:]*(href)[:space:]*=[:space:]*([^ >]+)
but recently i found out that it only works if links are setup this way: <a
href = "...
I would like to know if someone can help me find the proper expression which
would work with <a href = "... <a href= "... <a href="... and <a href ="...
its only a matter of spaces but i cant figure out how to make it work.
Thank you
[Back to original message]
|