Function datafusion_functions::regex::expr_fn::regexp_like

source ยท
pub fn regexp_like(values: Expr, regex: Expr, flags: Option<Expr>) -> Expr
Expand description

Returns true if a has at least one match in a string, false otherwise.