T
thomasp
Can I use a regular expression to test if the entered value is a 4,6,8 or 10
digit number.
If so, could you write a quick example?
1234
123456
12345678
1234567890
It can only be 4,6,8, or 10 digits long and must be all numbers. No
decimals, signs, or spaces.
Thanks,
Thomas
digit number.
If so, could you write a quick example?
1234
123456
12345678
1234567890
It can only be 4,6,8, or 10 digits long and must be all numbers. No
decimals, signs, or spaces.
Thanks,
Thomas