raj-kiran-p / regex_engine

Generate Regex Using Python That Can Fit Your Needs
MIT License
7 stars 2 forks source link

Regex for the equal negative numbers are not correct. #2

Closed Ashwin-Rajeev closed 5 years ago

Ashwin-Rajeev commented 5 years ago

Regex for the range (-1,-1) should be ^(-1)$ but the numerical_range function gives the output ^(1)$.