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

Primitive predicate string::regexpMatch

Holds when the given regular expression matches the entire receiver. The regex format used is Java’s Pattern.

predicate regexpMatch(string regexp)