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

Member predicate RegExpLiteral::getFlagString

Gets the regexp flags as a string.

/foo/     # => ""
/foo/i    # => "i"
/foo/imxo # => "imxo"
string getFlagString()