Last updated 2 months ago
Was this helpful?
Inserts a substring into another string at a specified position.
Insert(substring=[string], string=[string], position=[integer])
substring
string
true
The string to insert.
position
integer
The position at which to insert the string.