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

Type signature RegExpEscape

An escaped regular expression term, that is, a regular expression term starting with a backslash.

Example:

\.
\w

Direct supertypes