core / io.islandtime.parser / DateTimeParserBuilder / literal

literal

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) abstract fun literal(char: Char, builder: LiteralParserBuilder.() -> Unit = {}): Unit

Parse a Char literal.

Parameters

char - the character to match

builder - configure the parser behavior

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) abstract fun literal(string: String, builder: LiteralParserBuilder.() -> Unit = {}): Unit

Parse a String literal.

Parameters

string - the string to match

builder - configure the parser behavior