This is like the ? postfix operator.
?
optional(singleChar('a')) // like /a?/ Copy
optional(singleChar('a')) // like /a?/
This is like the
?
postfix operator.