---
alias: user-guide-automation-converter-stringremove
description: "This tool removes characters from a string based on specified start and count values"
---
# String Remove
This converter extracts characters from a string.
## Settings
| Name | Data Type | Possible Values | Description |
|-------- | ----------- | ----------- | ----------- |
| from | `String` | `Start`
`Middle`
`End` | Where to start removing characters from the string |
| start | `Number` | | Position in the string from which to start |
| count | `Number` | | Number of characters to remove |
