Split By Delimiter

← All Tools

Split text by a delimiter, putting each part on its own line. The inverse of Join Lines.

Example

a,b,c (term: ,) → a, b, c (each on own line)

one-two-three (term: -) → one, two, three

path/to/file (term: /) → path, to, file

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS