RE: [Ant-Contrib]PropertyRegex task

2004-10-21 Thread Dominique Devienne
> 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

Re: [Ant-Contrib]PropertyRegex task

2004-10-20 Thread Marcel Stör
[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

AW: [Ant-Contrib]PropertyRegex task

2004-10-20 Thread Jan . Materne
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

[Ant-Contrib]PropertyRegex task

2004-10-20 Thread Marcel Stör
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 ---