Outputs a string that contains n characters of a given string, starting at a specified position index.
n can be specified either as an input pin or as a property in the Editor panel.
Properties
String: Text on which to perform the cut
Default : empty
Integer: Index at which to start the cut
Default : 0
Size: Number of characters to output
Default : -1
Inputs
| Name | Type | Description |
|---|---|---|
| String | String | Text on which to perform the cut |
| Integer | Integer | Index at which to start the cut |
| Size | Integer | Number of characters to output |
Outputs
| Name | Type | Description |
|---|---|---|
| String | String | Cut string containing n characters of the original string |
Example
Need more help with this?
Don’t hesitate to contact us here.




