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

Member predicate RegexString::sequence

Holds if the text in the range start,end is a sequence of 1 or more items, where an item is a character, a character set or a group.

predicate sequence(int start, int end)