blob: b471dc5046dda11abf3f0e7733ebfd5dfcdf152b (
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
- [ ] Func: filter
- [ ] Func: match
- [ ] Func: replace
## Issues
- [ ] . should not match for empty list
|