capacitor-plugin-scanbot-sdk
    Preparing search index...

    Type Alias PatternGrammar

    PatternGrammar: "WILDCARD" | "REGEX"

    Grammar of pattern matching.

    • WILDCARD: Simple pattern matching where # stands for any digit and ? stands for any character. All other characters represent themselves.
    • REGEX: Regular expression pattern matching. Uses ECMAScript grammar.

    Type Declaration

    • "WILDCARD"

      Simple pattern matching where # stands for any digit and ? stands for any character. All other characters represent themselves.

    • "REGEX"

      Regular expression pattern matching. Uses ECMAScript grammar.