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 |
