oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
72.88k stars 2.65k forks source link

Case-insensitive match groups in regular expressions #11960

Open blake-regalia opened 2 months ago

blake-regalia commented 2 months ago

What version of Bun is running?

v1.1.13

What platform is your computer?

No response

What steps can reproduce the bug?

/(?i:test)/.test('Test');

What is the expected behavior?

true

What do you see instead?

SyntaxError: Invalid regular expression: unrecognized character after (?

Additional information

No response

dylan-conway commented 2 months ago

Webkit needs to land regex modifiers which is stage 3