Split Text

Split text into a list using a custom separator.

About the Text Splitter Tool

This tool allows you to take a block of text and split it into a list of individual items (each on a new line) based on a separator you define. It's incredibly useful for converting a comma-separated list, a pipe-delimited string, or any other delimited data into a clean, newline-separated list that's easy to read or process further.

How to Use This Tool

  1. Paste Text: Paste your text into the "Input Text" area.
  2. Define Separator: In the "Separator" field, enter the character or string you want to split the text by (e.g., ",", "|", or "---").
  3. Click Split: Press the "Split Text" button.
  4. Get Result: The resulting list, with each item on a new line, will appear in the "Result" box.