Options for ABNFParser.parse.
Optional
When true, unquoted string literals ("abc") are matched case-sensitively, preserving the exact characters as written. When false (the RFC 5234 default), they are lowercased so the generated parser matches both cases.
true
"abc"
false
false Copy
Options for ABNFParser.parse.