REPLACE
Replaces part of a text string with different text based on the position and number of characters you specify.
Syntax
replace(old_string:string, index:number, length:number, replace_text:string)Arguments
Example
REPLACE('INFORIVER', 1, 4, 'LUMEL')
//Returns “LUMELRIVER"
Excel equivalent
Last updated
Was this helpful?