Contact emails [email protected] Spec https://github.com/tc39/proposal-regexp-named-groups
Summary Named captures for ECMAScript regular expressions allow developers to create and refer to named capture groups. Interoperability and Compatibility risk This is a stage 3 feature. It adds support for new regular expression syntax to specify and reference named captures. Named captures are exposed through the result object returned by RegExp.prototype.exec; and RegExp.prototype[@@replace] is extended to support named captures. Webkit has shipped this in Safari Tech Preview Release 40. Firefox and Edge have not implemented this yet. All V8 and test262 tests pass. Will this feature be supported on all six Blink platforms? Yes. Tracking bug https://crbug.com/v8/5437 Chrome Platform Status https://www.chromestatus.com/features/5653365786673152 -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
