CodeQL library for Java
codeql/java-all 0.6.2 ( changelog , source )
Search

Member predicate RegexString :: multiples

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.

predicate multiples ( int start , int end , string lower , string upper )