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

List of falsly flagged non deterministic Regexes that are actually deterministic #8

Open
s4ke opened this issue Aug 23, 2016 · 0 comments

Comments

@s4ke
Copy link
Collaborator

s4ke commented Aug 23, 2016

Note to people coming accross this; This is no bug, but merely a flaw in how determinism is currently defined (it is too restrictive atm).

  • (\w+)(\s+\1)+
    (Should be possible as the first matching group can never be empty)
@s4ke s4ke changed the title List of falsly flagged non deterministic Regexes List of falsly flagged non deterministic Regexes that are actually deterministic Aug 23, 2016
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