Hi

I have trouble converting \ to \\,  for example in
\\filer\Test\PaC\M2\5.3, to   \\\\filer\\Test\\PaC\\M2\\5.3.
I tried with ant-contrib's
        <ac:propertyregex property="html_2"
                  input="${html_1}"
                  regexp="([\]"
                  replace="\\"
                  casesensitive="false"/>

But I get errors
C:\main.xml:452: java.util.regex.PatternSyntaxException: Unclosed
character class near index 3 ([\]


 ^


Thanks for sharing

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to