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. Matches GS semantics: zero-length matches after non-empty matches are included (unlike regex_lite default behaviour).