CODE
<a href="http://www.UrlToSite.com">Site Link</a>
with just
CODE
http://www.UrlToSite.com
with a Regular Expression this is what I have so far
CODE
<a[^<>]+href="([^<>]+)"[^<>]*>([^<>]+)</a>
and that works fine for a link with just the href but if it has anything else like style="background:#CCF;" it works but it includes the style="background:#CCF;"
Any help would be Awesome.