Add support for latest RegExp JavaScript features
Open
feature
- Dominant language
- JavaScript
- Stars
- 98
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to support the latest RegExp JavaScript features:
* `\p` and `\P`: [Unicode property escapes](https://github.com/tc39/proposal-regexp-unicode-property-escapes)
* `(?)` and `\k`: [Named groups](https://github.com/tc39/proposal-regexp-named-groups) (https://github.com/fent/ret.js/pull/43)
* `(?<=)` and `(?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.