Re: Reg exp question
- From: "Some Guy" <myhouse@xxxxxxxxx>
- Date: Tue, 3 May 2005 13:48:25 -0500
"^[1-9]\d{5}$"
"Roy" <Roy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:05F921B2-E177-4872-A920-D746569E76C2@xxxxxxxxxxxxxxxx
> Hi all,
> I'm trying to validate a number field that has to be exactly six digits
> and
> cannot start with a zero:
> "^[1-9][0-9][0-9][0-9][0-9][0-9]$"
> Is there any other way to do this?
> Thanks,
> Roy
.
- References:
- Reg exp question
- From: Roy
- Reg exp question
- Prev by Date: Re: Windows Form would not create
- Next by Date: Re: Excel range to dataset
- Previous by thread: Reg exp question
- Next by thread: Windows Form would not create
- Index(es):
Relevant Pages
|