1
I have a text that has a structure like this:
AJUSTE_ESTOQUE
AJUSTE_PRODUCAO
AJUSTE_QUALIDADE
AMOSTRA
I made a regex
(^\s*$
) to locate these blank lines, how can I remove them so that each word is underneath the other ? I am using the sublime
for this job.
Post your code please Douglas!
– Marconi
I put the regex I used.
– Roknauta
Recommended reading : What the REGEX shortcut means?
– Guilherme Lautert