I have tried the following to only allow integers in my text box, this works great but it allows a zero in there. Is there anything else I can add to prevent a zero being ad
^(\d{2}[1-9])$
matches with: from 001 to 999 example 001 099 999
does not match 000 01 0