Inputs
This is the original string that should be truncated. Characters at the end of the String will be deleted.
Count [-2147483648..2147483647]
Here you can define the number of characters that should be kept at the beginning of the String. If set to 2, for example, only the first two characters will remain. The remaining characters will be deleted. If left to the default value of 0, all characters will remain and none will be deleted.