codeql/ruby-all
3.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the regexp flags as a string.
/foo/ # => "" /foo/i # => "i" /foo/imxo # => "imxo"
string getFlagString()