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

Member predicate RegExp :: sequence

Whether the text in the range start,end is a sequence of 1 or more items, where an item is a character, a character set or a group.

predicate sequence ( int start , int end )