Remove Whitespace
Removes leading/trailing whitespace or empty lines from the input
- Input: The text in which whitespace characters should be removed
- Output: The text with whitespace characters removed
Parameters
- Whitespace Removal Option: Can be either Trim leading/trailing whitespace or Remove empty lines. The trim option only removes whitespace characters at the beginning/end of the text.