Match takes an input string and a parser. If the parser matches the input string and consumes the entire input string, match returns true. Otherwise it returns false.
match
true
false
input string
parser to match input against
Generated using TypeDoc
Match takes an input string and a parser. If the parser matches the input string and consumes the entire input string,
match
returnstrue
. Otherwise it returnsfalse
.