pub fn regexreplace_fn(args: &[Value]) -> ValueExpand description
REGEXREPLACE(text, pattern, replacement) – replaces ALL non-overlapping matches
of pattern in text with replacement. Matches GS semantics: zero-length matches
after non-empty matches are included (unlike regex_lite default behaviour).