StringReplacePart¶
Replaces a specific character range (1-indexed, inclusive) with a new string.
A bare index stands for the span from the start, so replacing at 2 replaces
the first two characters:
A span the string does not have is reported and the call left alone: