mid command
ACTION: patches string2 into string1 as position
USE: mid(string1,position)=string2 : mid string1,position,string2
EXAMPLE:
s="abcdef" : mid s,2,"BC"

RESULT:
s="aBCdef"

RELATED: mid function left ltrim rtrim