pub fn regexp_replace( string: Expr, pattern: Expr, replacement: Expr, flags: Option<Expr>, ) -> Expr
Replaces substrings in a string that match.