mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
8 lines
183 B
Markdown
8 lines
183 B
Markdown
---
|
|
category: feature
|
|
---
|
|
* Extraction now supports regular expressions with the `v` flag, using the new operators:
|
|
- Intersection `&&`
|
|
- Subtraction `--`
|
|
- `\q` quoted string
|