I need the regular expression which matches all positive non decimal integers only range from 0 to 999999. It will not accept any decimal, alphabets or any special character and range should be in between 0 to 999999.
I need the regular expression which matches all positive non decimal integers only range
Share
This should do it.