Function datafusion::logical_expr::expr_fn::regexp_match
source · pub fn regexp_match(args: Vec<Expr, Global>) -> Expr
Expand description
matches a regular expression against a string and returns matched substrings.