range-regex
range-regex copied to clipboard
Infinite Loop for Negative Numbers
The following results in an infinite loop:
import range_regex
range_regex.bounded_regex_for_range(-2, 50)
If negatives aren't supported, would at least be nice to throw an exception.