Functions
REPLACEB
Replace portion of text by byte position
When to use it
When should I use REPLACEB instead of REPLACE?
Use REPLACEB when you need to replace a portion of a string specified by byte position and byte length, which matters when working with multibyte character sets.
Used in
Syntax
REPLACEB(text, start_byte, num_bytes, new_text)