Split String By Character Positions
- 01 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Split String By Character Positions
- Updated on 01 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 Split String By Character Position step creates a line break after each character for every position listed. A user may define whether or not the step should fail if a position is not found, what the list of positions is, and the Source string. The list of positions is input as integers. The number in the list corresponds directly to the character at that position. Example: If position six were listed in the string, "This is a test," then a line break would appear: "This i/s a test."
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Fail If Position Not Found | This boolean value will determine if the step fails if the positions are not found in the source. | Boolean |
Positions | Positions within the source to split the string at. | List of Int32 |
Source | String to split. | String |
Outputs
Property | Description | Data Type |
---|---|---|
SplitStringByCharacterPositions1_Output | Split String. | List of String |
Was this article helpful?