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

Predicate signature RegexTreeViewSig::isEscapeClass

Holds if term is an escape class representing e.g. \d. clazz is which character class it represents, e.g. ā€œdā€ for \d.

signature predicate isEscapeClass(RegExpTerm term, string clazz)