Text Master

by Thankless Technologies

Split By Delimiter

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

USED IN COOKBOOKS