D
donpro
Hi
I have a form with two input elements where I require the user to
enter an alphanumeric string in the following formats:
1) 9999-9-A-99999
2) AAAAA-99999
Where 9 = any numeric
Where A = any case insensitive letter
The caveat is that the number of numbers and characters in each
section divided by hyphens must be exact except for the last group of
digits after the last hyphen of each input which can be between 1 and
11 digits.
Thanks.
I have a form with two input elements where I require the user to
enter an alphanumeric string in the following formats:
1) 9999-9-A-99999
2) AAAAA-99999
Where 9 = any numeric
Where A = any case insensitive letter
The caveat is that the number of numbers and characters in each
section divided by hyphens must be exact except for the last group of
digits after the last hyphen of each input which can be between 1 and
11 digits.
Thanks.