mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
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
|