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.