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

Type signature RegExpSubPattern

A zero-width lookahead or lookbehind assertion.

Examples:

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

Direct supertypes