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