Re: regexpreplace help...

2005-08-16 Thread Mark Lybarger
operty > - use the result-property instead of \5 in > > Jan > > >-Ursprüngliche Nachricht- > >Von: Mark Lybarger [mailto:[EMAIL PROTECTED] > >Gesendet: Montag, 15. August 2005 17:10 > >An: Ant Users List > >Betreff: Re: regexpreplace help... > >

Re: regexpreplace help...

2005-08-15 Thread Mark Lybarger
lt; [EMAIL PROTECTED]> > wrote: > > > > The manual shows how to get the back-references... > > > > Jan > > > > >-Ursprüngliche Nachricht- > > >Von: Mark Lybarger [mailto:[EMAIL PROTECTED] > > >Gesendet: Montag, 15. August 200

Re: regexpreplace help...

2005-08-15 Thread Mark Lybarger
et: Montag, 15. August 2005 15:27 > >An: Ant Users List > >Betreff: Re: regexpreplace help... > > > >Thanks jan, > > > > >match="RewriteRule \^/apps/(.*)?/\(\.\*\)\? /(.*)?/(.*)?/a/\$1 \[R\]" > >replace="RewriteRule \^/apps/$1/\(\.\*\)\? /$2

Re: regexpreplace help...

2005-08-15 Thread Mark Lybarger
Thanks jan, i'm trying to use a $1, $2 notation in the replacement pattern, but the output contains a literal $1, $2, as oppose to the match from the first and second (.*)?. On 8/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Jan > > >-Ursprüngliche Nachricht- > >V