I have text that has a structure like this:
AJUSTE_ESTOQUE
AJUSTE_PRODUCAO
AJUSTE_QUALIDADE
AMOSTRA
I've made a regex
( ^\s*$
) to find these blank lines, how can I remove them so that each word is underneath the other? I'm using sublime
for this work.