Well, there’s a built-in String.Replace() function which can take either characters or strings as the x,y parameters, or it’s possible to use String.Remove() and String.Insert() in combination if you want to use an index and count as your x,y parameters. See all the member functions on the MSDN website: