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