Answered
Replace ampersand in URL
How do I replace an ampersand (&) in my string with the word ' and '
How do I make?
Mike&Pat
into
MikeandPat
How do I replace an ampersand (&) in my string with the word ' and '
How do I make?
Mike&Pat
into
MikeandPat
A good thing to do when you find yourself asking "how do I do x in CF" is to have a look at the docs: they're pretty thorough.
If you go to the docs and search on "replace", the replace() function is the first match:
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f42.html
--
Adam
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.