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...
> >
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
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
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