blob: 5760fde2b7264a809b7ed46293382cf8e65f1b76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# TODO
## Features
- [ ] Eval: Quantifiers
- [ ] Eval: Next item
- [ ] Parse: `{2, 5}` quantifiers
- [ ] Eval: `^$` start-end
- [ ] 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`
|