S
Scott
All I need is a Regular expression that checks to make sure the value is a
number that is under 9 characters long (a number between 1 and 999999999).
It is not a required field but if the user enters something it has to meet
this criteria. Also, it has to allow leading zeros.
I've been digging through the regular expressions syntax files in MSDN for
hours and am totally confused. Can anyone tell me what the expression would
be for this?
Thanks,
Scott
number that is under 9 characters long (a number between 1 and 999999999).
It is not a required field but if the user enters something it has to meet
this criteria. Also, it has to allow leading zeros.
I've been digging through the regular expressions syntax files in MSDN for
hours and am totally confused. Can anyone tell me what the expression would
be for this?
Thanks,
Scott