Strip Special Characters (New Line)
- 14 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Strip Special Characters (New Line)
- Updated on 14 Dec 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 | 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 |
Was this article helpful?