Just a quick thought... maybe adding support for named capture groups wouldn't be that hard to implement even if JavaScript isn't supporting it natively. Basically, you'd just have to assign the given names to the index, and then return that name instead, right?
Reactions are currently unavailable
Just a quick thought... maybe adding support for named capture groups wouldn't be that hard to implement even if JavaScript isn't supporting it natively. Basically, you'd just have to assign the given names to the index, and then return that name instead, right?