codeql/python-all
1.0.6
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if a repetition quantifier is found between start and end, with the given lower and upper bounds. If a bound is omitted, the corresponding string is empty.
start
end
predicate multiples(int start, int end, string lower, string upper)