Merge pull request #18899 from Napalys/js/ecma-2024-regex

JS: Add ECMAScript 2024 `v` Flag Operators for Regex Parsing
This commit is contained in:
Napalys Klicius
2025-03-11 12:50:44 +01:00
committed by GitHub
44 changed files with 8106 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
---
category: feature
---
* Extraction now supports regular expressions with the `v` flag, using the new operators:
- Intersection `&&`
- Subtraction `--`
- `\q` quoted string