1,931 questions
Check this expression:
^(+|-)?([0-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-6])$
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, What is the regular expression pattern that matches: All negative whole numbers and all positive whole numbers with range 0 to 366? Appreciate any help.
Check this expression:
^(+|-)?([0-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-6])$