We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Optional is a terminal that combines the effect of another rule with the ability to match a blank string.
Optional(Rule rule)
new Optional(new Literal("abc"));
Matches
"" " " " abc "
Fails
"ab"