InsertStringAt¶
Inserts a static string at a given position in a string input.
Inserts the static string into the input at the specified position. If the position is past the end of the input string, nothing is inserted.
Parameters¶
- 1 —
positionMandatory — accepts: INT -
Zero-based offset where the static string is inserted. If past the end of the input, nothing is inserted.
- 2 —
textMandatory — accepts: STRING -
The static string to insert.
Input type¶
STRING
Output type¶
STRING
Examples¶
Insert at position 5