> From: Marcel Stör [mailto:[EMAIL PROTECTED]
>
> [EMAIL PROTECTED] wrote:
> > not tried:
>
> I did. Works fine. Thanks a lot.
>
> > match: (.*)\.(.*)\.(.*)\.(.*)
> > select: \1 my
> > \2 property
> > \3 56238912
> > \4 1285
> > but without check for digits or length.
Not tried either, but this
[EMAIL PROTECTED] wrote:
> not tried:
I did. Works fine. Thanks a lot.
> match: (.*)\.(.*)\.(.*)\.(.*)
> select: \1 my
> \2 property
> \3 56238912
> \4 1285
> but without check for digits or length.
Marcel
-
To unsubscribe, e-m
sendet am: Donnerstag, 21. Oktober 2004 08:26
> An: [EMAIL PROTECTED]
> Betreff: [Ant-Contrib]PropertyRegex task
>
> Hi all,
>
> I'm struggleing with the PropertyRegex task...
> From a property that looks like
> anyChar.anyChar.8figures.4figures such as
> my.propert
Hi all,
I'm struggleing with the PropertyRegex task...
>From a property that looks like anyChar.anyChar.8figures.4figures such as
my.property.56238912.1285 I'd like to extract the 8 figures. What would the
regexp and select attributes be?
Thanks for your help.
Marcel
---