CodeQL library for Swift
codeql/swift-all 6.2.1-dev (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)