I need to do a character replace on a string
I need to turn + into _
and I need to turn / into ~
And = into *
Something like
<cfset TheStringPlus = REReplace(TheString,"+","_
","ALL")>
But this doesn't seem to work for special characters only regular expressions
HELP PLEASE!!!
Start Free Trial