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

Type signature RegExpSubPattern

A zero-width lookahead or lookbehind assertion.

Examples:

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

Direct supertypes