Tools that work with whitespace in text.
Replace space characters by newlines
Replace X number of contiguous spaces to tabs
Remove either redundant or all whitespaces (space, tab and newline) from a string and return a single line string
Replace all tab characters in a text into one or more spaces
Replace newline characters by space
Truncate individual lines of text to any length