mozilla / rhino

Rhino is an open-source implementation of JavaScript written entirely in Java
https://rhino.github.io
Other
4.19k stars 852 forks source link

Support ES2018 Regex Named Capturing Groups #960

Open p-bakker opened 3 years ago

p-bakker commented 3 years ago

Proposal: https://github.com/tc39/proposal-regexp-named-groups MDN: see 'Named Capturing Groups' on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges

p-bakker commented 4 months ago

Also see ES2025's Duplicate Named Capturing groups: https://github.com/tc39/proposal-duplicate-named-capturing-groups