Closed jitangupta closed 4 years ago
The RegExp using a String the -. becomes -. and that is the invalid range. (It is a range from _ to . and that is not correct).
https://stackoverflow.com/questions/17727884/range-out-of-order-in-character-class-in-javascript
I changed the structure of the repo before I merged your commit. Sorry. To fix you issue, I've changed the current regex accordingly, I think. Could you verify this, please?
The RegExp using a String the -. becomes -. and that is the invalid range. (It is a range from _ to . and that is not correct).
https://stackoverflow.com/questions/17727884/range-out-of-order-in-character-class-in-javascript