Truncates a given string at a specified position. Everything after the specified position will be removed.
Properties
String
: String to truncate at a specified position
Default : empty
Integer
: Index where to perform the truncate
Default : 0.0
Inputs
Name | Type | Description |
---|---|---|
String | String | String to truncate at a specified position |
Integer | Integer | Index where to perform the truncate |
Outputs
Name | Type | Description |
---|---|---|
String | String | Resulting string after truncate |
Example
Need more help with this?
Don’t hesitate to contact us here.