Substitution

laika.parse.code.common.StringLiteral$.Substitution$

Base parsers for substitution references in interpolated strings (or sometimes called string templates depending on the language).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(parser: PrefixedParser[String]): CodeSpanParser

Parses a substitution code span based on the specified trigger character and string parser.

Parses a substitution code span based on the specified trigger character and string parser.

Attributes

def between(start: String, end: String): CodeSpanParser

Parses a substitution code span based on the specified start and end delimiters.

Parses a substitution code span based on the specified start and end delimiters.

Attributes

def between(delimiter: String): CodeSpanParser

Parses a substitution code span based on the specified start and end delimiter.

Parses a substitution code span based on the specified start and end delimiter.

Attributes