Function datafusion_expr::expr_fn::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