Skip to main content
Participant
November 23, 2009
Question

Using RegExp to get <a href title

  • November 23, 2009
  • 1 reply
  • 383 views

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

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 23, 2009

why do you have to use a regexp instead of the flash string methods?