Wrong delimiter
Values all end up on one line.
Fix: Double-check the delimiter exactly matches the string you pasted.
header • up to 320x100 / 728x90
Split a single-line string on any delimiter to produce one value per line
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
CSV (Comma-Separated Values) is a simple tabular text format used to exchange spreadsheet-like data between databases, apps, and analytics tools.
Single Line to Multi-line is the inverse of the join tool. Paste a delimited string (CSV, pipe-separated, semicolons, anything) and the tool returns one value per line, with empty tokens removed.
It's widely used to flip comma-separated lists into one-per-line layouts for spreadsheets, config files, and task trackers.
apple, banana, cherry
apple banana cherry
Values all end up on one line.
Fix: Double-check the delimiter exactly matches the string you pasted.
Some tokens have trailing spaces.
Fix: The tool trims each token — but check for hidden Unicode whitespace.
Yes — leading and trailing whitespace is removed.
Yes — consecutive delimiters produce no output line.
Yes — paste a tab character into the delimiter field.
Use a regex-aware editor or the find-and-replace tool with ',' → ',\n'.
Yes — everything stays in your browser.
Pair with the reverse tool and list utilities for complete workflows. You can also browse the full String Utilities category for more options.
Flatten multi-line text into a single line with a configurable separator
Format newline-separated values into comma-separated lists, quoted values, JSON arrays, or SQL IN clauses with trim, dedupe, and sort options.
Find and replace text patterns
Remove duplicate lines from text
Sort lines alphabetically or numerically
Split string by delimiter
Count lines in text
Randomise the order of lines in any multi-line text
Convert binary to readable text
Convert hexadecimal to text
Remove empty lines from text
Convert text to binary