From 3581e398a2fe2f38bee7e6d13cbf609221f61672 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 10 Jan 2022 21:29:42 +0530 Subject: feat: adds matchAll function (incomplete) --- TODO.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index e1523ba..5760fde 100644 --- a/TODO.md +++ b/TODO.md @@ -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` + -- cgit v1.3.1