REPLACE(old,start,num,new)
REPLACE returns @old with @new replacing @num characters from @start.
REPLACE("testing",2,3,"*****") equals "t*****ing".
MID , SEARCH , SUBSTITUTE , TRIM