Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.3 (changelog, source)

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)