RegexLiteral

laika.parse.code.common.RegexLiteral
object RegexLiteral

Base parsers for regular expression literals in code blocks.

Attributes

Source
RegexLiteral.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

Parses a regular expression between / delimiters, followed by optional modifier characters.

Parses a regular expression between / delimiters, followed by optional modifier characters.

Attributes

Source
RegexLiteral.scala