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
Split text by a delimiter, putting each part on its own line. The inverse of Join Lines.
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