Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for escapes to Regex.parse #3

Open
yallop opened this issue Nov 10, 2018 · 1 comment
Open

Add support for escapes to Regex.parse #3

yallop opened this issue Nov 10, 2018 · 1 comment

Comments

@yallop
Copy link
Owner

yallop commented Nov 10, 2018

The Regex.parse function currently supports a fairly limited grammar: sequencing, (..), literal characters, ., |, ?, * and +.

It would be useful to also support escapes (e.g. \*') and perhaps other features such as character ranges and negation.

@yallop
Copy link
Owner Author

yallop commented Jan 10, 2019

It would be useful to also support ... character ranges

Character ranges are now supported (#12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant