• Login
Community
  • Login

Removing multiple blank lines

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
5 Posts 3 Posters 532 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G
    Gerd Selter
    last edited by Apr 30, 2023, 10:13 AM

    I am looking for a way to replace multiple consecutive blank lines with a single blank line via find/replace or macro. Unfortunately, I could not find anything about this anywhere and wonder if this is even possible.
    If someone has an idea about this, then always here with it :-)

    A 1 Reply Last reply Apr 30, 2023, 11:17 AM Reply Quote 0
    • A
      Alan Kilborn @Gerd Selter
      last edited by Apr 30, 2023, 11:17 AM

      @Gerd-Selter

      Find: ^(\R)+
      Replace: ${1}
      Search mode: Regular expression

      There are certainly other expressions that will do it as well.

      G 1 Reply Last reply Apr 30, 2023, 11:48 AM Reply Quote 3
      • G
        Gerd Selter @Alan Kilborn
        last edited by Apr 30, 2023, 11:48 AM

        @Alan-Kilborn Thanks, works great

        1 Reply Last reply Reply Quote 0
        • N
          namx3249
          last edited by Apr 30, 2023, 12:27 PM

          and why don’t use command from Edit - Line operations - Remove empty lines ?

          you can also assign a keyboard letter for this command …

          A 1 Reply Last reply Apr 30, 2023, 12:49 PM Reply Quote 0
          • A
            Alan Kilborn @namx3249
            last edited by Apr 30, 2023, 12:49 PM

            @namx3249 said in Removing multiple blank lines:

            and why don’t use command from Edit - Line operations - Remove empty lines ?

            Because OP wanted a “single blank line” to remain after the operation.

            1 Reply Last reply Reply Quote 2
            4 out of 5
            • First post
              4/5
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors