Gareth

Try

<cfset string = 'hello there.  My name is "Steve"'>

<cfoutput>#Replace(string,'"','##8220;','ALL')#</cfoutput>

I have used ## cause you have to escape the hash

Steve

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gareth
Sent: Thursday, 3 July 2003 10:00 PM
To: CFAussie Mailing List
Subject: [cfaussie] quick question about findreplace


how do I do a find replace for quotes?  ie replace " with #8220;

do I just use single quotes for the replacelist? will that work or still
return an error?

Cheers

Gareth



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to