[vox-tech] regex to detect a range of numbers

Dave Margolis vox-tech@lists.lugod.org
Tue, 11 May 2004 11:49:54 -0700 (PDT)


yup, that did it.  easy enough.  my brain must not have been very flexible
this morning because that seems like a very obvious variation of what i
already had.

gracias!

On Tue, 11 May 2004, Bill Kendrick wrote:

> On Tue, May 11, 2004 at 11:32:35AM -0700, Dave Margolis wrote:
> > Anyway, I came up with the following:
> > (^[5-9][0-9]{2}|^[1][0-7][0-9]{2})
> >
> > This seems to be working for 500-1799, but apparently we're supposed to
> > rule out 500 as well.
>
> Maybe do it for "50[1-9]", "5[1-9][0-9]", and then "6[0-9]{2}"... ?
>
> -bill!
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>