A
Andrew Banks
Can anyone help me out with regular expressions for the following?
1: Check that a number entered contains no letters and is between 0 and 99.
Numers under ten can be entered as "01" "02" "03" or "1" "2" "3"
2: Check that a number contains 3 numbers and no letters. Number should be
between 0 and 999 and must be entered as "001" "002" "003" "654" "456" "654"
etc..
Thanks in advance
1: Check that a number entered contains no letters and is between 0 and 99.
Numers under ten can be entered as "01" "02" "03" or "1" "2" "3"
2: Check that a number contains 3 numbers and no letters. Number should be
between 0 and 999 and must be entered as "001" "002" "003" "654" "456" "654"
etc..
Thanks in advance