Skip to main content
Known Participant
July 12, 2013
Question

Remove href tag from HTML text

  • July 12, 2013
  • 0 replies
  • 447 views

Hi guys, I've got an html text in my iOS app (Adobe AIR 3.7) and I need to remove the href tag.

Here's an example of what I mean:

FROM

<a target="_blank" href="http://www.spesaduepuntozero.it/">Spesa 2.0</a>

TO

Spesa 2.0

Can you help me?

NOTE: I don't have to remove ALL HTML TAGS (like <br>, <b>, <i> ....) but ONLY the links.

Thanks and cheers

This topic has been closed for replies.