Result Below

Delete line breaks

Remove line feed (carriage return) from text

Support for multiple separator symbols, such as input:

a
b
c

You will receive:

  • Space: a b c
  • Comma: a,b,c
  • Tabs: a b c
  • None: abc