I’m having an issue with RegExp.
I have a string variable equal to “1 + 2 + 3 + 4”.
I’m trying to use RegExp to replace that string inside another string, however the plus signs are causing it to not be recognized. If I take the plus signs out, it works. If I replace the plus signs with minus signs, it works.
I know + means something in an expression, is there a way I can get flash to ignore it and keep the + sign in there?