+
K
Supported in: Batch, Streaming
Matches an expression against a regular expression. Regular expression can match any part of the string.
Expression categories: Regex, String
Output type: Boolean
Description: The pattern must be in the string but does not have to match the full value.
Argument values:
Output: true
Description: You can find regex patterns.
Description: Regex patterns sometimes don't match input strings.
Description: Can match using back tracking.
Description: Can match using lookahead.
Description: Null pattern do not match.
Output: false
Description: Null columns do not match.
foo
pattern