blob: 51850a321320358325c9ac9c8a46b2b4614227cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# TODO
## Features
- [ ] Eval: Quantifiers
- [ ] Eval: Next item
- [ ] Parse: `{2, 5}` quantifiers
- [ ] Eval: `^$` start-end
- [ ] Func: filter
- [ ] Func: matchAll
- [ ] Func: replace
- [ ] Not/Inverse
- [ ] Named capture groups
- [ ] Non-capture groups
## Refactor
- [ ] Create group inside PropertyMatch and send single `expr`
|