RE: using regexp filters

2006-07-28 Thread Mark Modrall
l and delete this message, and any attachments, from your system. Thank you. -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 12:37 PM To: Ant Users List Subject: Re: using regexp filters One needs to use .* for regular expressions. Peter On 7/

Re: using regexp filters

2006-07-28 Thread Peter Reilly
One needs to use .* for regular expressions. Peter On 7/28/06, Mark Modrall <[EMAIL PROTECTED]> wrote: Hi... I'm trying to filter the output from an svn update to get the version number it's up to. I want to grab just the version number and output that to a file. I've been exp

using regexp filters

2006-07-28 Thread Mark Modrall
Hi... I'm trying to filter the output from an svn update to get the version number it's up to. I want to grab just the version number and output that to a file. I've been experimenting with on but I'm running into some odd things (at least from what I can tell out of the documen