regexp_like
function
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
Returns true if str
matches regex
. This function is a synonym for rlike operator.
Arguments
str
: ASTRING
expression to be matched.regex
: ASTRING
expression with a matching pattern.