CJex / regulex

:construction: Regular Expression Excited!
https://jex.im/regulex/
MIT License
5.71k stars 756 forks source link

Repetition off by 1 #51

Open thomasw-mitutoyo-ctl opened 4 years ago

thomasw-mitutoyo-ctl commented 4 years ago

The regex: color: #[0-9A-F]{6};

Erroneous: grafik

Should be: grafik

The path goes through the letters at least once, so we can do that only 5 times more, not 6 times.

liudongmiao commented 2 years ago

invalid request.