<CFIF Question contains "RegEx">
Ask Tek Tips!
<CFELSE>
Do fine...
</CFIF>
I need to replace every character with itself.. and 1..
Like.. replace(string,"a","a1","ALL"
Now.. I could do this... 62 times (10 digits, 26 lowercase letters, 26 uppercase letters) but that would be alot of useless code.. I'd rather just do it once...
Thanks,
Tony Hicks Did I help?
Vote!
Ask Tek Tips!
<CFELSE>
Do fine...
</CFIF>
I need to replace every character with itself.. and 1..
Like.. replace(string,"a","a1","ALL"

Now.. I could do this... 62 times (10 digits, 26 lowercase letters, 26 uppercase letters) but that would be alot of useless code.. I'd rather just do it once...
Thanks,
Tony Hicks Did I help?
Vote!