Anyone knows how would one merge such list as
item 1 item 2
item 3 item 4
to
item 1
item 2
item 3
item 4
in TextMate or TextWrangler?
|
Anyone knows how would one merge such list as
to
in TextMate or TextWrangler? | ||||
|
feedback
|
|
How are the columns separated? By a
The procedure's fairly easy:
It'll look like this (yes, you can't see anything, but you can select the contents to see everything's there).
Then, click "Replace All". Result:
As @romainl points out, it's also possible to use Regular Expressions for that. If you know the separator is Tab (
| |||||
feedback
|