Step Details |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | Data > Text |
The Strip Special Characters (New Line) step removes the special characters from the input provided.
Properties
Inputs
Property | Description | Data Type |
---|
Input | String to remove characters from. | String |
Strip New Line | Will remove the new line character from the string | Boolean |
Strip SlashN | Will remove the \n character from the string | Boolean |
Strip SlashR | Will remove the \r character from the string | Boolean |
Outputs
Property | Description | Data Type |
---|
Output | New string with none of the special characters | String |
