String.Remove
Remove a part from the string.

Properties
| Property Name | Description | 
|---|---|
| String | String | 
| Start Index | Start index to remove | 
| Count | The number of characters in the string to remove. If a negative value is specified, the end of the character string is removed. | 
| Result | Result output |