@configuredthings/rdp.js - v0.7.0
    Preparing search index...

    Type Alias ABNFParseOptions

    Options for ABNFParser.parse.

    type ABNFParseOptions = {
        caseSensitiveStrings?: boolean;
    }
    Index

    Properties

    caseSensitiveStrings?: boolean

    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.

    false