Thanks Lucido! It was that simple! :)
Couldn't think this morning.
Ron
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Lucido
Sent: Monday, January 05, 2004 11:32 AM
To: [EMAIL PROTECTED]
Subject: RE: Replace double quotes with single quotes
Ron:
Off the top of my
head I would say regular expressions are your friend. Maybe something like
this:
REReplace("#var#",
"chr(034)", "chr(039)", "ALL")
Not tested but
something along these lines should work for you.
-JSLucido
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Mast
Sent: Monday, January 05, 2004 11:07 AM
To: [EMAIL PROTECTED]
Subject: Replace double quotes with single quotes
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Mast
Sent: Monday, January 05, 2004 11:07 AM
To: [EMAIL PROTECTED]
Subject: Replace double quotes with single quotes
Hi All,
I have
text that is showing with double quotes like so: Ron"s
How do I replace all of the double quotes with single quotes
in CF?
Thanks in advance!
Ron
