← All tools
// Text

String Splitter online

Split text by delimiter, fixed length, or regex — runs in your browser

Chunky Munster mascot
by
CHUNKY
MUNSTER
(use \n for newline, \t for tab)
// Split Output
Output will appear here...

String splitting is one of the most fundamental text processing operations. Whether you need to parse a comma-separated value, split a string into fixed-size blocks for binary encoding, or break text into individual words for analysis, this tool handles all common splitting strategies.

Splitting Modes

Frequently Asked Questions

How do I split on a tab?

Enter a tab character in the delimiter field. You can also press Tab and it will be entered literally, or use the regex mode with the pattern \t.

Can I split and rejoin with a different separator?

Yes. After splitting with one delimiter, change the 'Join output with' field to your new separator and the output will use that. This effectively replaces delimiters.