datafusion_functions::regex::expr_fn

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