CodeQL library for C#
codeql/csharp-all 0.8.11-dev (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)