V
V
Vadim Solovyov2018-06-03 01:08:31
Regular Expressions
Vadim Solovyov, 2018-06-03 01:08:31

How to remove multiple spaces, empty lines and, if possible, automatically clear the text of excess emptiness?

5b13153a6b1ed266418699.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DivoCode, 2018-12-20
@DivoCode

In Sublime Text 3 we do the following:
1) Ctrl + H or through the Find->Replace panel . On Mac - Command + Alt + F
2) Turn on regular expressions (regular expression) - Alt + R. On Mac - Command + Alt + R
3) in the Find What field, write ^\n . Leave the Replace With field empty.
4) Click Replace All

Q
qqnq, 2018-06-18
@qqnq

Is there Notepad++?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question