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

Member predicate RegexString::quantifiedItem

Holds if the text in the range start,end is a quantified item, where item is a character, a character set or a group.

predicate quantifiedItem(int start, int end, boolean maybe_empty, boolean may_repeat_forever)