You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?