[Webkit-unassigned] [Bug 176435] New: Add support for RegExp named capture groups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 5 18:10:10 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176435

            Bug ID: 176435
           Summary: Add support for RegExp named capture groups
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

This is to add support for the ECMAScript proposed Regular Expression named capture groups.  See https://github.com/tc39/proposal-regexp-named-groups for details.

For example, the RegExp /(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})/
when matched would create a match object result with properties
group.year, group.month and group.day in addition to the array like capture results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170906/f71f5e88/attachment.html>


More information about the webkit-unassigned mailing list