CodeQL library for Swift
codeql/swift-all 2.0.4-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)