pub fn regexp_like(values: Expr, regex: Expr, flags: Option<Expr>) -> Expr
Returns true if a has at least one match in a string, false otherwise.