i have a large list like this
The dog jump over the fence
The dog runs over the cat
I want to out put like this
The
dog
jump
over
the
fence
The
dog
runs
over
the
cat
how can this be done?
greetings, fellow internet!
i have a large list like this
The dog jump over the fence
The dog runs over the cat
I want to out put like this
The
dog
jump
over
the
fence
The
dog
runs
over
the
cat
how can this be done?
could import into a spreadsheet and select separate by space. they would each be in there own cell so then it would just be formatting if you want them in a vertical list.
could be done with a regex line tbh
as long as all line increments are fixed (ie every 4, or 5 lines)
DG p0kEm0n SqUaD 2k11
please use this name on aim or skype. also i code bots.
Edit Plus 2 has regex built into the replace feature like notepad. So you can replace " " with \n and it'll do exactly what you're looking for.
thanks mysterio worked perfect
Bookmarks