replace(myvar, ''''', "all")
 
The trick is, quote your stuff with a single quote, hence surround the double quote in the second param with single quotes.

Terry Fielder
Network Engineer
Great Gulf Homes / Ashton Woods Homes
[EMAIL PROTECTED]

 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rick Mason
Sent: Thursday, March 07, 2002 2:02 PM
To: [EMAIL PROTECTED]
Subject: [CFTALKTor] Replacing double quotes

What's the best way to remove double quotes from a string?
 
The equivalent of the following:
 
replace(myvar, "'", "", "all");
 
...except for double rather than single quotes
 
 
Rick

Reply via email to