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




This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239814
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: supression of / and/or \

2006-05-08 Thread Munson, Jacob
I get wanting to remove the "/", but you also want all the back slashes from 
your path?  Here's how to remove the forward slashes:


If you what to remove both at the same time:


> -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 to write data to target file 
> 'x:\test\customer\cfdocs\sem\1\ljslkjl, H. / Götter Herrscher 
> Inschriften.htm'.
> -
> the "/" in
> "H. / Götter Herrscher Inschriften.htm"
> is driving me nuts.

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239812
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 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
Inschriften.htm'.
-
the "/" in
"H. / Götter Herrscher Inschriften.htm"
is driving me nuts.

Uwe





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239811
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54