pub fn replace_fn(args: &[Value]) -> Value
REPLACE(old_text, start_num, num_chars, new_text) — replaces N chars starting at position. start_num is 1-based. Returns #VALUE! if start_num < 1 or num_chars < 0.
REPLACE(old_text, start_num, num_chars, new_text)
#VALUE!