Type signature RegexTreeViewSig::RegExpLiteral
A regular expression literal.
Note that this class does not cover regular expressions constructed by calling the built-in
RegExp
function.
Example:
/(?i)ab*c(d|e)$/
A regular expression literal.
Note that this class does not cover regular expressions constructed by calling the built-in
RegExp
function.
Example:
/(?i)ab*c(d|e)$/