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

Type signature RegExpBackRef

A back reference, that is, a term of the form \i or \k<name> in a regular expression.

Examples:

\1
\k<quote>

Direct supertypes