literal {Ramble} | R Documentation |
literal
is a parser for single symbols. It will attempt to match the
single symbol with the first character in the string.literal
is a parser for single symbols. It will attempt to match the
single symbol with the first character in the string.
literal(char)
char |
is the character to be matched |
literal("a") ("abc")