Grammar of pattern matching.
WILDCARD
REGEX
Simple pattern matching where # stands for any digit and ? stands for any character. All other characters represent themselves.
Regular expression pattern matching. Uses ECMAScript grammar.
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.