Skip to main content

replaceb_fn

Function replaceb_fn 

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

REPLACEB(old_text, start_byte, num_bytes, new_text) — replaces N bytes starting at byte position. start_byte is 1-based. For ASCII text this is identical to REPLACE. Returns #VALUE! if start_byte < 1 or num_bytes < 0.