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