Remove line breaks
Remove line breaks
Joins multiline text into a single line by removing line breaks. Use it to normalize wrapped paragraphs, addresses, or lists.
Example
Input
First line Second line Third line
Output
First lineSecond lineThird line