codeql/python-all
4.0.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
A zero-width lookahead or lookbehind assertion.
Examples:
(?=\w) (?!\n) (?<=\.) (?<!\\)