CodeQL library for Python
codeql/python-all 4.0.18-dev (changelog, source)
Search

Member predicate RegExp::positiveLookaheadAssertionGroup

Holds if a positive lookahead is found between start and end, with contents between in_start and in_end.

predicate positiveLookaheadAssertionGroup(int start, int end, int in_start, int in_end)