codeql/java-all
6.1.1-dev
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)