I have data numbers from, say, 101 to 1056. All starting with slash.
I want regexp checking if input suites conditions.
What I did is: /^\/[1-9]\d{2,3}$/
I assume that [101-1056] not the way it should be used? :-)
Is there a way to check if the number has four digits it can start with "1" only.