Skip to content
ZeroServer.tools

String Splitter

Split any string by a delimiter — comma, space, newline, or a custom separator.

5 parts

How string splitting works

Paste any string, choose a delimiter, and instantly see the resulting parts as a list, JSON array, or numbered list. Common use-cases include splitting CSV lines into columns, breaking a comma-separated list into individual items, or tokenising a sentence by whitespace. Trim and empty-removal options clean up the output automatically.

To go the other direction — joining lines back into a CSV-style list — see Lines to Comma-Separated. To pad the resulting parts to a fixed width, use the Text Padding Tool.

Private & free — this tool runs entirely in your browser.

Related Text Tools tools