Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: user input was interpreted as a regular expression
It would crash if the input was an invalid regular expression, like 'aaa['. It would match everything if the input was '..' or '.*'. Now it's interpreting the input as a string.
- Loading branch information