Inputs
Here you can input the series of characters from which you want to separate a part into the Node.
Start [-2147483648..2147483647]
This numeric value defines the position of the first character within the String at which the series of characters to be output should begin. Note that the count starts at 0 for the first character of the input Text String.
Count [-2147483648..2147483647]
This setting can be used to define the length of the String. Starting from the Start position within the String, the number of characters corresponding to the value entered here will be output at the Node’s Result output. Example: the series of characters ‘abcdefg’ will be output with a Start value of 1 and a Count value of 3, resulting an output of ‘bcd’.