paste()Pastes a string into another string while possibly replacing part of the string being pasted into.
This function is valid in v2.0.0 to v2.24.3. This function has been downloaded 65 times.str.str indicating where to paste newPart.startIndex
str indicating where the end of newPart will end.str modified so that newPart is pasted into it from startIndex to opt_endIndex.This function directly requires the following function which is included automatically:
cut()