Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1 by removing check on dash in regex parser
There are no illegal occurrences of `-` in a bracket expression. Those that are separators of a range (e.g. `a-z`) are simply standing for themselves. A dash can even be an start or end point of a range, as in `[--@]`.
- Loading branch information