Dealing with strings that have single and double quotes embedded
I've searched for this but I can't find the answer. I have a string that looks like this:
The quick \red\ "fox" jumped over the 'lazy' brown dog.
Of course, when I set that as a string, Coldfusion can't handle it because it has both single and double quotes embedded in it. I'm sure there's a simple way to strip the quotes (single or double) out of it, but I can't figure it out.
Any help would be greatly appreciated.
T
