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

Member predicate RegexString::quote

Holds if a quoted sequence is found between start and end, with content found between inner_start and inner_end.

predicate quote(int start, int end, int inner_start, int inner_end)