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

Type signature RegexTreeViewSig::RegExpSubPattern

A zero-width lookahead or lookbehind assertion.

Examples:

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

Direct supertypes