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

Type signature RegExpLookahead

A zero-width lookahead assertion.

Examples:

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

Direct supertypes