blob: e1523ba773408f74f1e0389c5b7db8927f64e287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# TODO
## Features
- [ ] Eval: Quantifiers
- [ ] Eval: Next item
- [ ] Parse: `{2, 5}` quantifiers
- [ ] Eval: `^$` start-end
- [ ] Parse, Eval: Not/Inverse
- [X] Func: filter
- [ ] Func: match
- [ ] Func: replace
## Issues
- [ ] . should not match for empty list
|