You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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).
(Should be possible as the first matching group can never be empty)
The text was updated successfully, but these errors were encountered: