Skip to main content

regexreplace_fn

Function regexreplace_fn 

Source
pub fn regexreplace_fn(args: &[Value]) -> Value
Expand description

REGEXREPLACE(text, pattern, replacement) — replaces ALL non-overlapping matches of pattern in text with replacement.