Tagged Questions
7
votes
8answers
1k views
Regex to match 2-10, but not 99
I have a field on a form that takes the following values: -1, 2-10, 99
I have a business rule that's concerned with answers 2-10.
I'm trying to write a regular expression that will match 2-10 but ...