Text Separator
Split text by a custom delimiter and rejoin with a different one. Also supports per-character mode to insert a separator between every character.
More options
How to use Text Separator
- Paste your text into the input box.
- Set the "Split by" delimiter (default: newline).
- Set the "Join with" delimiter (default: comma).
- Or check "Per-character mode" to separate each character.
- Click "Separate Text" to transform.
What is Text Separator?
This tool lets you reformat text by splitting it with one delimiter and joining it with another. For example, convert a comma-separated list to a newline-separated list, or add dashes between every character.
Two modes are available: (1) Split & Join mode — split by a custom delimiter (default: newline) and rejoin with another (default: comma). (2) Per-character mode — insert the join delimiter between every character in the text. Supports literal \n and \t escape sequences.
FAQ
- Can I use special characters as delimiters?
- Yes. You can type any character or string. Use \n for newline and \t for tab in the delimiter fields.
- What is per-character mode?
- Per-character mode inserts the join delimiter between every single character in the text, ignoring the split-by field entirely.
Related tools
People also use
- ASCII Codes Converter🔐 Encoding & Decoding
ASCII Codes Converter — Turn text into a list of ASCII or Unicode code points in decimal or hex — and convert code points back into text.
- ASCII Converter🔐 Encoding & Decoding
Free online ASCII converter. Convert text to decimal, hex, octal, and binary ASCII codes and back. Includes full ASCII character reference table.
- BBCode to HTML🔄 Transformation
Free online BBCode to HTML converter. Convert BBCode tags like [b], [i], [url], [img], [quote], [list], [color], and more to clean HTML markup.