Insert inserts a substring to the original string at the specified position.
Parameters |
Description |
const char* substr |
A pointer to substring which is to be inserted. |
UPInt posAt |
Position at which string is to be inserted. |
SPInt len = -1 |
Number of bytes to be inserted. |