InsertString

The InsertString function inserts a string into the input string.

Input

Number of Connections: Min: 1/Max:3
InputData TypeDescription
Input1StringData
Input2intSets the Offset property. (optional)
Input3StringSets the Insert property. (optional)

Output

OutputData TypeDescription
Output1StringThe modified string.

Property

NameProperty TypeDescription
Offsetint The offset before which characters are to be inserted into the input string.

The first character in the input string has a base index of 1. If the Offset is set to 0, the input string is output with no string insertion. If the Offset is greater than the length of the input string, the string to be inserted is appended to the end of the input string.

InsertString The string to insert.