Split Text Privacy: All processing runs locally
Split text by a delimiter into separate lines. Choose from common delimiters or enter a custom one.
Input
0
Output
0
How It Works
The Split Text tool breaks your input text into separate lines based on the chosen delimiter. This is the inverse operation of joining lines.
Supported delimiters:
- Comma — Splits
a,b,cinto three lines - Space — Splits words separated by spaces
- Tab — Splits tab-separated values (TSV data)
- Newline — Re-splits on line breaks (useful with trim enabled)
- Semicolon / Pipe — Common data separators
- Custom — Enter any string as the delimiter
Enable the trim whitespace option to remove leading and trailing spaces from each resulting part, which is especially useful when splitting comma-separated values that may include extra spaces. All processing runs entirely in your browser. No data is transmitted to any server.