Re: replaceregexp issue: replace forward slash with backward slash

2005-07-16 Thread Gilbert Rebhan
Hi, had a similar problem, i've parsed a file with regular expressions successfully, but the changing of '\' with '/' via regular expressions didn't work. so i used after my regexp part = ... ... and it worked. HTH Regards, Gilbert Neeraj Kumar wrote: > input: c:/foo/bar > > desired

replaceregexp issue: replace forward slash with backward slash

2005-07-16 Thread Neeraj Kumar
input: c:/foo/bar desired output: c:\foo\bar code: I'm getting an error. How do I achieve the desired output? Thanks. - Neeraj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]