supression of / and/or \

2006-05-08 Thread Uwe Degenhardt
Hi list, I want to supress a / or a \ in an cfhttp.FileContent output like in: -- Error attempting to write data to target file 'x:\test\customer\cfdocs\sem\1\ljslkjl, H. / Götter Herrscher Inschriften.htm'. - the / in H. /

RE: supression of / and/or \

2006-05-08 Thread Ben Nadel
What kinds of problems are you having? Have you tried just replacing out the character? ... Ben Nadel www.bennadel.com -Original Message- From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 11:04 AM To: CF-Talk Subject: supression

RE: supression of / and/or \

2006-05-08 Thread Munson, Jacob
) -Original Message- From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 9:04 AM To: CF-Talk Subject: supression of / and/or \ Hi list, I want to supress a / or a \ in an cfhttp.FileContent output like in: -- Error attempting

Re: supression of / and/or \

2006-05-08 Thread Tom Chiverton
On Mon, May 8, 2006 at 4:04 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi list, I want to supress a / or a \ in an cfhttp.FileContent output like in: safeFile=rereplace('[/\/]','','ALL'); I think - whatch the escaping on the reg. exp :-) Tom Chiverton

Re[2]: supression of / and/or \

2006-05-08 Thread Uwe Degenhardt
AM To: CF-Talk Subject: supression of / and/or \ Hi list, I want to supress a / or a \ in an cfhttp.FileContent output like in: -- Error attempting to write data to target file 'x:\test\customer\cfdocs\sem\1\ljslkjl, H. / Götter Herrscher

RE: Re[2]: supression of / and/or \

2006-05-08 Thread Munson, Jacob
]: supression of / and/or \ Hi Jacob, thanks. (and thanks all the others, who replied !) When I want a ? to escape as well would it be like: cfset noSlashes = ReReplace(cfhttp.FileContent,\\|\/|\?,,all) ?? Uwe MJ I get wanting to remove the /, but you also want all the back slashes from