ParserResult

data class ParserResult(val formattedString: String, val parserFormat: Parser.ParserFormat)

Result of the parsed value

Since

1.3.0

Constructors

Link copied to clipboard
fun ParserResult(formattedString: String, parserFormat: Parser.ParserFormat)

Properties

Link copied to clipboard
val formattedString: String

Human-readable formatted parsed result

Link copied to clipboard

Format for the parsed result