Child pages
  • RegexExpression.Optional
Skip to end of metadata
Go to start of metadata

Specifies an optional rule. If the RegexExpression parsing fails, the rule's result will be an empty span (i.e. NSpan where Length is zero).

For example:

will parse:

See also

RegexExpression

  • No labels