Bug 226465
Summary: | [JSC] Positive lookbehind regex support is missing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | JavaScriptCore | Assignee: | 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 |
Philippe Normand
Something like `(?<=bearer|password|username|token|basic).*/ig` triggers a InvalidGroupName syntax error currently.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/78941396>
Alexey Shvayka
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 ***