Replaces part of a text string with a different text string.
REPLACE(originaltext; startposition; length; newtext)
REPLACE("mouse"; 2; 3; "ic")