Function datafusion_functions::regex::expr_fn::regexp_replace
source ยท pub fn regexp_replace(
string: Expr,
pattern: Expr,
replacement: Expr,
flags: Option<Expr>,
) -> Expr
Expand description
Replaces substrings in a string that match.