Removes n characters from a given string at a given position index.
Properties
String: String from which to remove characters
Default : empty
Integer: Index at which to remove characters
Default : 0.0
Size: Number of characters to remove
Default : 0.0
Inputs
| Name | Type | Description |
|---|---|---|
| String | String | String from which to remove characters |
| Integer | Integer | Index at which to remove characters |
| Size | Integer | Number of characters to remove |
Outputs
| Name | Type | Description |
|---|---|---|
| String | String | Resulting string |
Example
Need more help with this?
Don’t hesitate to contact us here.




