t;Von: Mario Madunic [mailto:[EMAIL PROTECTED]
> >Gesendet: Dienstag, 31. Juli 2007 16:00
> >An: Ant Users List
> >Betreff: multiple regexs against a single doc
> >
> >Right now I'm doing the following with each regex that I
> >require to replace some
> >
Maybe something like
Jan
>-Ursprüngliche Nachricht-
>Von: Mario Madunic [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 31. Juli 2007 16:00
>An: Ant Users List
>Betreff: multiple regexs against a single doc
>
>Right now I'm doi
Right now I'm doing the following with each regex that I require to replace some
string or char
etc...(x100)
This is a slow process as each file is "opened" and "closed" for each regex.
What I'd like to do is open a file and parse with multiple regexs before going
to the next regex. Is t