FunctionsCommonStringSpliceCommonStringSplice CallableCommonStringSplice(string: string, index: number, value: string, defaultValue: string): stringSplice a string into a string at a specific index. The string will be automatically extended using defaultValue if the index falls outside its bounds.Parametersstring: stringindex: numbervalue: stringdefaultValue: stringReturns string
Splice a string into a string at a specific index.
The string will be automatically extended using defaultValue if the index falls outside its bounds.