Strip Characters
- 07 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Strip Characters
- Updated on 07 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 Strip characters step removes the specified characters from the input provided.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Case Insensitive | If this setting is true, this step will treat upper and lowercase letters as the same. | Boolean |
Chars to Strip | List of characters to remove from the string. | List of Char |
Input | String to remove characters from. | String |
Outputs
Property | Description | Data Type |
---|---|---|
StripCharacters1_Output | New string with none of the specified characters around the string. | String |
Was this article helpful?