Lists & lines

Split Text Online

Break a block of text into separate values using a delimiter, regular expression, or fixed character length. Trim the pieces, remove empty results, and choose how the split parts are joined in the output.

Focused workspace

Split Text

Recommended settings loaded
0 characters · 0 words
0 characters · 0 words
Tool settings

Before and after

Split Text Example

Input

alpha, beta, gamma

Output

alpha
beta
gamma

Three steps

How to use this tool

  1. Paste the combined text.
  2. Choose a delimiter, regular expression, or fixed length.
  3. Split the text and copy the separated values.

Useful workflows

Common use cases

  • Convert comma or semicolon lists into lines.
  • Separate tags, paths, IDs, or imported values.
  • Break long strings into fixed-size chunks.

How it works

Fast text processing without an upload

The selected operations are applied in order by JavaScript running on this page. The input is not sent to the Go server and is not written to SQLite. The server provides the page, SEO content, and blog system; the browser performs the text transformation.

Questions

Split Text FAQ

How do I split on a tab?

Enter \t as the delimiter.

Can I split with a regular expression?

Yes. Choose Regular expression and enter the pattern.

Can the output use commas instead of lines?

Yes. Change the output separator.