diff options
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -5,11 +5,17 @@ - [ ] Eval: Next item - [ ] Parse: `{2, 5}` quantifiers - [ ] Eval: `^$` start-end - - [ ] Parse, Eval: Not/Inverse - - [X] Func: filter + - [ ] Func: filter - [ ] Func: match - [ ] Func: replace + - [ ] Not/Inverse + - [ ] Named capture groups + - [ ] Non-capture groups ## Issues - [ ] . should not match for empty list +## Refactor + - [ ] Remove default null for constructors + - [ ] Create group inside PropertyMatch and send single `expr` + |
