Match operation to use for evaluation.
expression is an exact match of target.
expression
Default value. This value is unused.
expression is a substring of target.
Equivalent to GoogleSQL REGEX_CONTAINS(target, expression).
REGEX_CONTAINS(target, expression)
Match operation to use for evaluation.