W
worzel
Hi All,
I am looking for a reg ex that will match email addresses withing <a
href=mailto blah > links.
Actually, I already crafted my own, but with a slight problem:
<a href="mailto:[email protected]"> emal me</a> woud be matched as expected, but
so will:
<a href="mailto:[email protected]"> emal me</a></td></tr> (table code also
captured)
I think this has something to do with greediness?
Any help much appreciated. As would a link to a site with tons of pre
crafted reg exs!
I am looking for a reg ex that will match email addresses withing <a
href=mailto blah > links.
Actually, I already crafted my own, but with a slight problem:
<a href="mailto:[email protected]"> emal me</a> woud be matched as expected, but
so will:
<a href="mailto:[email protected]"> emal me</a></td></tr> (table code also
captured)
I think this has something to do with greediness?
Any help much appreciated. As would a link to a site with tons of pre
crafted reg exs!