J.Chris Findlay
J.Chris Findlay
While you have covered all variants of `{,}`, including `*` and `+`, the lazy alternatives are missing for `exactly` and `atLeast`.
The docs mention `assertBehind` and `assertNotBenind` but they don't work in the playground. (Also, JS didn't used to support lookBehind, only lookAhead - might be worth documenting when this changed?)
Forgetting an `.end()` is reasonably common as you get used to using this, but the error only shows on the console - if you don't happen to have it open...