8 Apr
2007
8 Apr
'07
5:57 a.m.
On 4/8/07, Jeff
I am new to regex and see how to match the URL string using the expression below:
Expression:
To match: <a href="http://art.com">Art Page</a>
Unfortunately, the URL strings vary and I am basically wanting to get everything beginning at '
<a href="http://art.com" target="_blank">Art Page<br>And More</a>
or
<a href="http://art.com/"><img src="http://art.com/flower.jpg" alt="Art"></a>
Have you tried a simpler pattern: (Infinite wild match before the href in case they decide to put the target attribute first or something). Richard
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users