CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Type signature RegExpLookbehind

A zero-width lookbehind assertion.

Examples:

(?<=\.)
(?<!\\)

Direct supertypes