moar icon indicating copy to clipboard operation
moar copied to clipboard

List of falsly flagged non deterministic Regexes that are actually deterministic

Open s4ke opened this issue 7 years ago • 0 comments

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 avatar Aug 23 '16 10:08 s4ke