input:  c:/foo/bar

desired output: c:\foo\bar

code:
<replaceregexp file="test.properties" match="/"
           replace="\\" flags="g"    /> 


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]

Reply via email to