RE: strip quotes

2010-02-25 Thread Scott Raley
thanks -Original Message- From: Medic [mailto:hofme...@gmail.com] Sent: Thursday, February 25, 2010 9:04 AM To: cf-community Subject: Re: strip quotes This is a little late, but gmail didn't give me any mail at all yesterday. Veeerd. Anyway I usually like to use the char code

Re: strip quotes

2010-02-25 Thread Medic
t 11:40 AM, Scott Raley wrote: > > Yup that worked and so did htmleditformat. Thanks > > -Original Message- > From: Duane [mailto:du...@cfexperts.com] > Sent: Wednesday, February 24, 2010 11:39 AM > To: cf-community > Subject: Re: strip quotes >

RE: strip quotes

2010-02-24 Thread Scott Raley
Yup that worked and so did htmleditformat. Thanks -Original Message- From: Duane [mailto:du...@cfexperts.com] Sent: Wednesday, February 24, 2010 11:39 AM To: cf-community Subject: Re: strip quotes i think you need to double up the quotes #replace(getpayment.eventtitle, ""&q

Re: strip quotes

2010-02-24 Thread Duane
i think you need to double up the quotes #replace(getpayment.eventtitle, """", "", "all")# i havent tested it but IIRC it shoudl work - Original Message - From: "Scott Raley" To: "cf-community" Sent: Wednesday, February 2

Re: strip quotes

2010-02-24 Thread Ian Skinner
On 2/24/2010 8:26 AM, Scott Raley wrote: > So I would have " ? > OR '"' I.E. single quote, double quote, single quote. You can use either single quotes or double quotes for CFML parameters. ~| Want to reach the ColdFusi

RE: strip quotes

2010-02-24 Thread Scott Raley
So I would have """"" ? -Original Message- From: Justin Scott [mailto:jscott-li...@gravityfree.com] Sent: Wednesday, February 24, 2010 11:19 AM To: cf-community Subject: RE: strip quotes > But now I need to strip quotes since that has arisen and > I ge

RE: strip quotes

2010-02-24 Thread Justin Scott
> But now I need to strip quotes since that has arisen and > I get an error if I put in You can double up the double quotes to escape them to mean one double quote. If you're trying to avoid form inputs from breaking, I'd advise looking at the HTMLEditFormat() function instead.

strip quotes

2010-02-24 Thread Scott Raley
Okay I've been using this to get rid of apostrophes and other things that break forms #replace(getpayment.eventtitle, "'", "", "all")# But now I need to strip quotes since that has arisen and I get an error if I put in #replace(getpayment.event

Re: strip quotes

2002-05-20 Thread Howie Hamlin
RegEx is voodoo! RegEx...mad mojo... - Original Message - From: "Stephenie Hamilton" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 7:54 PM Subject: RE: strip quotes > thanks, i wasn't sure if i needed

RE: strip quotes

2002-05-20 Thread Stephenie Hamilton
thanks, i wasn't sure if i needed [ or ] around the chr(43).need to work on those regex! ~~ Stephenie -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 7:52 PM To: CF-Community Subject: Re: strip quotes Replace(somestring, c

Re: strip quotes

2002-05-20 Thread Howie Hamlin
Replace(somestring, chr(34), "", "ALL") HTH, Howie - Original Message - From: "Stephenie Hamilton" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 7:47 PM Subject: strip quotes > what is

strip quotes

2002-05-20 Thread Stephenie Hamilton
what is the best way to strip double quotes out of a string and replace them with nothing? ~~ Stephenie __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http:/