Regular expression pattern match
Posted: Fri Aug 06, 2004 9:37 pm
Can anyone see a problem with this pattern match for extracting link url's from hyperlinks in html documents?
Any better offers (doesn't matter about whitespace or case etc just assume format to be strictly <a href="somelink.html">)
Thanks in advance
it doesn't seem to stop copying data at the second double quote for the first link on a page. It waits until it reaches the secound double quote of the second link on the page and then works as expected.<a href="(.+)">
Any better offers (doesn't matter about whitespace or case etc just assume format to be strictly <a href="somelink.html">)
Thanks in advance