Sitelet https://codeql.github.com/codeql-standard-libraries/java/predicate.string$substring.2.html
CodeQL library for Java/Kotlin
codeql/java-all 9.2.3 (changelog, source)
Search

Primitive predicate string::substring

Returns the substring of the receiver which starts and ends at the given indices. Both indices are 0-based. The start index is inclusive and the end index is exclusive.

string substring(int startPos, int endPos)