str.insert
Insertion. The method inserts one string into another.
method str str.insert (
uint offset,
str value
)
uint offset,
str value
)
Parameters
offset | The offset where string will be inserted. |
value | The string being inserted. |
Return value
Returns the object which method has been called.
Related links | Source |