blob: c0aeca0145146d8387b6cb9ace413373d0dc2cf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# TODO
## Features
- [ ] Eval: Quantifiers
- [ ] Eval: Next item
- [ ] Parse: `{2, 5}` quantifiers
- [ ] Eval: `^$` start-end
- [ ] Func: filter
- [ ] Func: replace
- [ ] Not/Inverse
- [ ] Named capture groups
- [ ] Non-capture groups
|