Question
Using RegExp to get <a href title
Hey,
Wondering if anyone can help me on something thats doing my nut.
I need to use RegExp to be able to extract titles from all anchor links in an htmlText field.
ie-
<a href="http://www.google.com" target="_blank">THIS TEXT HERE</a>
Any pointers?
Cheers
Adam