In my project I need the user to type in the following input:
9999999A
where the first 7 digits must be only digits,
and the last character must be a letter from a-z ONLY
I am using # for the first 7 digits,
which character do I have to use to allow to enter only letters ?
Thanks in advance :)
MiziaQ
9999999A
where the first 7 digits must be only digits,
and the last character must be a letter from a-z ONLY
I am using # for the first 7 digits,
which character do I have to use to allow to enter only letters ?
Thanks in advance :)
MiziaQ
Comment