From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16543 invoked from network); 5 Oct 2003 16:01:28 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Oct 2003 16:01:28 -0000 Received: (qmail 7707 invoked by alias); 5 Oct 2003 16:01:15 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6646 Received: (qmail 7684 invoked from network); 5 Oct 2003 16:01:15 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Oct 2003 16:01:15 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.3.58.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 5 Oct 2003 16:1:14 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h95G1Du02634 for zsh-users@sunsite.dk; Sun, 5 Oct 2003 09:01:13 -0700 From: Bart Schaefer Message-Id: <1031005160113.ZM2633@candle.brasslantern.com> Date: Sun, 5 Oct 2003 16:01:13 +0000 In-Reply-To: <20031005125037.GA11674@DervishD> Comments: In reply to DervishD "Matching numbers" (Oct 5, 2:50pm) References: <20031005125037.GA11674@DervishD> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh Users Subject: Re: Matching numbers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 5, 2:50pm, DervishD wrote: } } Is there a way of matching numeric ranges taking into account } leading zeroes? Not directly, no. But this is where alternation syntax is useful: (0<0-9>|<10-31>)