Bug 226465

Summary: [JSC] Positive lookbehind regex support is missing
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ashvayka, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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 ***