Replace line breaks with a separator
Replace line breaks with a specified separator
Converts multiline text into a single line separated by commas, semicolons, or a custom separator. Use it for CSV fields, search filters, or batch query lists.
Example
Input
apple banana orange
Output
apple,banana,orange