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

Support bigger set of the regex syntax #10

Open
eerimoq opened this issue May 29, 2016 · 0 comments
Open

Support bigger set of the regex syntax #10

eerimoq opened this issue May 29, 2016 · 0 comments

Comments

@eerimoq
Copy link
Owner

eerimoq commented May 29, 2016

The regular expression module supports most commonly used regex syntax, but there are a few important parts missing. Those should be implemented.

  • Beginning ('^') and end ('$')of line.
  • Alternatives ('|').
  • Groups ((...)).
  • Multi line to match beginning and end at every newline.

Also, refactor and remove debug prints to reduce the code size and make the code more readable.

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

No branches or pull requests

1 participant