Remove a number of characters from a string.
Remove a number of characters from a string.
| Name | Type | Default | Description |
| Return | char* | Changed entry string | |
| str | char* | - | String from which characters are to be removed. The entry string will be changed! |
| pos | int | - | 0-based position from which the characters are to be removed |
| count | int | -1 | Number of the characters to be deleted -1 : Deleted all characters to the end of the strings |
Alphabetic index HTML hierarchy of classes or Java