pub fn regexp_replace(
string: Expr,
pattern: Expr,
replacement: Expr,
flags: Option<Expr>,
) -> Expr
Available on crate feature
regex_expressions
only.Expand description
Replaces substrings in a string that match.