Description Usage Arguments Examples
literal
is a parser for single symbols. It will attempt to match the
single symbol with the first character in the string.
1 | literal(char)
|
char |
is the character to be matched |
1 | literal("a") ("abc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.