I need to remove a bunch of ' from a string that I obtained through an XML document. I’m working with Actionscript 2, so Regex is not an option for me. Even though I’m looking for an Actionscript 2 solution, still reply with an Actionscript 3 answer if you have one for anyone else who might need it.
I need to remove a bunch of ' from a string that I obtained
Share
Why not a simple string search and replace?