I'm trying to code a script to remove hyperlinks in a code source I uploaded. But I don't know what's the best approach.
After the use of a lineOffset(), I get a string in a var I want to clean. So I've a list of tag to remove and that's OK.
Code: Select all
put "<li>" , "<i>" , "<b>" , "</b>" , "</i>" , "</li>" , " " , "</span>" into theTagsToRemove
Do you know a tutorial somewhere about that ? I made a search on the forum but it says "No suitable matches were found ."
Kind regards, Jean-Paul.