G
Guest
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
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