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