String.s=StringReplace(Text.s, TextToFind.s, TextToReplace.s, InitialPosition)
Replace first ocurrence of TextToFind inside Text, and replace it to TextToReplace, from a initial position, first position is 0.