Splice a string together (Similar to Array.splice)
String that will be modified
Start index of splice
Number of characters to remove in splice
Insert new string into splice
Returned spliced string
Splice a string together (Similar to Array.splice)