Question
How do you Replace() using the double-quote character?
I want to get rid of Word's curly quotes. Quite frankly, I
can use ColdFusion's standard replace(... by pasting in an unwanted
character.
Example - I can paste in a curly quote and replace it with a tildi ~ without a problem.
But, I cannot replace it with a doubleQuote mark.
I've tried escaping it like """", as in replace("x", """" .... but am not successful.
Any ideas?
Example - I can paste in a curly quote and replace it with a tildi ~ without a problem.
But, I cannot replace it with a doubleQuote mark.
I've tried escaping it like """", as in replace("x", """" .... but am not successful.
Any ideas?
