ECMAScript feature: regular expression pattern modifiers

1 · Axel Rauschmayer · Jan. 10, 2025, midnight
Summary
This blog post discusses the new ECMAScript feature that allows applying regular expression flags, such as case insensitivity, to specific parts of a regular expression rather than to the whole expression. This feature aims to enhance flexibility in regex patterns, its use cases, and its anticipated inclusion in ECMAScript 2025.