CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate RegExp::qualifiedPart

Holds if a qualified part is found between start and partEnd and the qualifier is found between partEnd and end.

maybeEmpty is true if the part is optional. mayRepeatForever is true if the part may be repeated unboundedly.

predicate qualifiedPart(int start, int partEnd, int end, boolean maybeEmpty, boolean mayRepeatForever)