Re: Repace String by ignoring the case.

2006-04-25 Thread Jakob Fix
On 4/25/06, Navaneethakrishnan, S <[EMAIL PROTECTED]> wrote: > Is it possible to replace the occurence of a given string in a file with > another string by ignoring the case? > > I tried with tasks, but it does not workout. http://ant.apache.org/manual/OptionalTasks/replaceregexp.html use the fl

Repace String by ignoring the case.

2006-04-25 Thread Navaneethakrishnan, S
Hi All, Is it possible to replace the occurence of a given string in a file with another string by ignoring the case? I tried with tasks, but it does not workout. Anyone have solution for this? Thanks, Best Regards, Navanee.