NEW 275672
Implement RegExp modifiers (stage3 proposal)
https://bugs.webkit.org/show_bug.cgi?id=275672
Summary Implement RegExp modifiers (stage3 proposal)
Jarred Sumner
Reported 2024-06-19 14:36:59 PDT
The TC39 Regular Expression Pattern Modifiers for ECMAScript proposal has reached stage3 - https://github.com/tc39/proposal-regexp-modifiers It shipped in V8 in Chrome 125/Edge 125 It adds syntax like the below: ``` /(?i:test)/.test('Test'); ``` Currently, this throws an error like: ``` SyntaxError: Invalid regular expression: unrecognized character after (? ``` Related issue: https://github.com/oven-sh/bun/issues/11960
Attachments
Radar WebKit Bug Importer
Comment 1 2024-06-26 14:37:14 PDT
Note You need to log in before you can comment on or make changes to this bug.