Function datafusion::prelude::regexp_like
source · pub fn regexp_like(args: Vec<Expr>) -> Expr
Expand description
matches a regular expression against a string and returns true or false if there was at least one match or not
pub fn regexp_like(args: Vec<Expr>) -> Expr
matches a regular expression against a string and returns true or false if there was at least one match or not