Preparing search index...
The search index is not available
react-native-scanbot-sdk
react-native-scanbot-sdk
index
PatternGrammar
Type alias PatternGrammar
Pattern
Grammar
:
"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.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
react-native-scanbot-sdk
Loading...
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.