Hi,
Is it possible to use more than one character for a transliteration (tr///)?
I want to replace '&' with 'amp' and I don't wont to use s///
I guess my question is, is it possible to translate strings without using the substitute operator? I'm trying to find a faster method than s/// because I have many things to substitute over very long strings. I'm trying to find a way to sped things up.
I would like to speed this up by putting them all in one reg exp so that I don't have to walk through the long string three times: