Function datafusion::prelude::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.
pub fn regexp_match(values: Expr, regex: Expr, flags: Option<Expr>) -> Expr
Returns a list of regular expression matches in a string.