seek empty lines and delete them with regexp #4040
Unanswered
guyclaudeburger-collab
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
The built-in replace command doesn't currently support multi-line matches. You could use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there a way to seek empty lines and delete them with the replace feature ?
I can match "^$", alright, and stuff in it, but I can not match the newline itself and delete it. At least I don't know how ?
Beta Was this translation helpful? Give feedback.
All reactions