class Crystal::Macros::RegexLiteral
Overview
A regular expression literal.
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#options : ArrayLiteral(SymbolLiteral)
Similar to
Regex#options
, but returns an array of symbols such as[:i, :m, :x]
-
#source : StringLiteral | StringInterpolation
Similar to
Regex#source
.