Split Text
Split text using a delimiter and output one item per line. Useful for cleaning CSV values or converting lists.
About this split text tool
Split text by newline, comma, whitespace, or a custom delimiter and output one item per line. It’s great for cleaning pasted lists or converting simple CSV-like values into a vertical list.
Everything runs in your browser, so your text stays on your device and is not uploaded by this tool.
FAQ
What does “Whitespace” include?
Whitespace usually includes spaces and tabs. Use it when your values are separated by spaces.
Can I use multiple characters as a delimiter?
Yes. You can use a longer delimiter like --- if your text uses it.
Will it handle complex CSV (quotes, escaped commas)?
This is meant for simple splitting. For strict CSV parsing rules, use a dedicated CSV parser.
Why do I get blank lines in the output?
If your input contains repeated delimiters, you may get empty items. Clean the input or remove empty lines afterward.
Is my text stored anywhere?
No. The tool runs locally in your browser and doesn’t upload your text.