Remove Chars From Start
- 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Remove Chars From Start
- Updated on 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
The Remove Chars From Start will remove the character at the specified index of the String input.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Input | The string to remove characters from the beginning of. | String |
Start Index | The number of characters to remove from the beginning of the string. | Int32 |
Outputs
Property | Description | Data Type |
---|---|---|
RemoveCharsFromStart1_Output | New string without the text that was removed. | --- |
Was this article helpful?