datafusion_functions::regex::expr_fn

Function 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.