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

Member predicate RegexString :: escapedCharacter

Holds if an escaped character is found between start and end. Escaped characters include hex values, octal values and named escapes, but excludes backreferences.

predicate escapedCharacter ( int start , int end )