mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
These were increased because of the indirection needed to get to the regex flags, but as we no longer rely on this, we can make do with a smaller import depth.
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
import python
|
|
import semmle.python.regex
|
|
|
|
from Regex r, int start, int end, boolean maybe_empty
|
|
where r.qualifiedItem(start, end, maybe_empty)
|
|
select r.getText(), start, end, maybe_empty
|