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