Remove/replace characters in a string.
a string
start index
number of characters to remove
substring to add
x[0:i] + add + x[i+r] | i = start, r = remove
Generated using TypeDoc
Remove/replace characters in a string.