Splitting text on a preset boundary like a comma or space is quicker when you do not have to type the delimiter.
Text Splitter breaks text on a separator you pick from a list and returns one piece per line.
How to use Text Splitter
- Paste the text you want to split into the input box.
- Choose the boundary, comma, space or another, and Text Splitter puts each piece on its own line.
- Copy the separated pieces, or save them as a .txt file.
Use cases
- Splitting a comma-separated string into lines.
- Breaking a space-separated list into items.
- Separating values on a chosen boundary.
Good to know
Text Splitter divides the input on the boundary you select, such as a comma, semicolon, space, pipe or a custom string, trims each piece, and drops empties. It offers preset boundaries so common splits take a single choice.
Frequently asked questions
Which boundaries can I pick?
You can split on a comma, semicolon, space, pipe or a custom string entered in the field.
Are pieces trimmed and cleaned?
Yes. Each piece has its surrounding spaces removed and empty pieces are dropped.
Can I enter my own boundary?
Yes. Choose the custom option and type any string to split on it.