Bug 226465 - [JSC] Positive lookbehind regex support is missing
Summary: [JSC] Positive lookbehind regex support is missing
Status: RESOLVED DUPLICATE of bug 174931
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-31 03:29 PDT by Philippe Normand
Modified: 2021-07-23 16:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2021-05-31 03:29:56 PDT
Something like `(?<=bearer|password|username|token|basic).*/ig` triggers a InvalidGroupName syntax error currently.
Comment 1 Radar WebKit Bug Importer 2021-06-07 03:30:16 PDT
<rdar://problem/78941396>
Comment 2 Alexey Shvayka 2021-07-23 16:58:45 PDT
Thank you for report, Philippe! Please follow https://bugs.webkit.org/show_bug.cgi?id=174931 for updates on RegExp lookbehind implementation.

*** This bug has been marked as a duplicate of bug 174931 ***