Substitution

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

class Object
trait Matchable
class Any

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.

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.

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.