Function datafusion_functions::regex::expr_fn::regexp_match
source ยท pub fn regexp_match(values: Expr, regex: Expr, flags: Option<Expr>) -> Expr
Expand description
Returns a list of regular expression matches in a string.