CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (changelog, source)
Search

Predicate Make::isRange

Holds if range spans from the unicode code points low to high (both inclusive).

Import path

import codeql.regex.OverlyLargeRangeQuery
predicate isRange(RegExpCharacterRange range, int low, int high)