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

2006-05-08 Thread Uwe Degenhardt
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 your path? Here's how to remove

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

2006-05-08 Thread Munson, Jacob
That's correct, and actually I simplified it a bit (removed one character from the regex): cfset noSlashes = ReReplace(cfhttp.FileContent,\\|/|\?,,all) -Original Message- From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 9:40 AM To: CF-Talk Subject: Re[2