Skip to main content
T

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
Advertisement

How to use Text Separator

  1. Paste your text into the input box.
  2. Set the "Split by" delimiter (default: newline).
  3. Set the "Join with" delimiter (default: comma).
  4. Or check "Per-character mode" to separate each character.
  5. 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.

Advertisement

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