Comma-Separated to Lines
Split a comma-separated list into one item per line.
Split on
4 lines
Splitting a list into rows
The opposite of joining: paste a delimited list and get one item per line, ready to drop into a spreadsheet column or a checklist. Choose a single delimiter or split on any common one at once, trim surrounding whitespace, remove empty entries, and strip wrapping quotes left over from code or CSV. All processing happens locally in your browser.
Related Text Tools tools
Case Converter
Convert between Sentence, Title, camelCase, snake_case, and more.
Word Counter
Count words, characters, and analyze keyword density.
Text to Binary
Convert text into its 8-bit binary representation.
Binary to Text
Decode 8-bit binary back into readable text.
Text Reverser
Reverse text by characters, words, or lines.
Remove Duplicate Lines
Delete repeated lines and keep your list unique.
Remove Empty Lines
Strip blank and whitespace-only lines from text.
Sort Lines Alphabetically
Sort lines A–Z or Z–A, case-sensitive or not.