Skip to content
Tooldict

Text Splitter

Split a long string by the delimiter you choose (comma, semicolon, space and more) and get each part on its own line.

Result

About

Handy for turning a comma-separated list into a column, extracting exported data, or breaking text into pieces. You pick the delimiter; empty parts are dropped and each piece is trimmed.

Everything runs in your browser — your text is never sent to a server and the result appears instantly.

How to use

  1. Paste the text you want to split into the box.
  2. Type the delimiter to split on (comma by default).
  3. Copy the line-by-line result.

Frequently Asked Questions

Which delimiters can I use?
A comma, semicolon, space, dash or any character or word you like can be used as the delimiter.
What happens to empty parts?
Empty parts produced by the split are dropped automatically; only non-empty pieces are listed.

Other tools

Embed this tool

Copy the code below and paste it into your site's HTML to embed this tool for free. The snippet includes an attribution link back to the source.

<iframe src="https://tooldict.com/embed/en/text-splitter" title="Text Splitter" width="100%" height="600" style="border:1px solid #e2e8f0;border-radius:16px;max-width:680px" loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif">Powered by <a href="https://tooldict.com/en/text-splitter" target="_blank" rel="noopener">Text Splitter</a> — Tooldict</p>