class

Crystal::Macros::RegexLiteral

Inherits Crystal::Macros::ASTNode

A regular expression literal.

Instance methods

options

Similar to Regex#options, but returns an array of symbols such as [:i, :m, :x]

Source
source

Similar to Regex#source.

Source