Write a substring at specified index in string.
a string
write index (-ve ⇒ from right)
substring to write
x[0:i] + w + x[i+|w|:] | i = at, w = write
Generated using TypeDoc
Write a substring at specified index in string.