Community
    • Login

    Delete empty lines

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    5 Posts 4 Posters 26.3k Views 3 Watching
    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.
    • Ikhlas ChaabaneI Offline
      Ikhlas Chaabane
      last edited by

      plz i need a help for deleted empty lines in notePad,
      how can I do it ?

      1 Reply Last reply Reply Quote 0
      • DaveyDD Offline
        DaveyD
        last edited by

        You can do this with regex pretty simply:
        Open find/replace dialog and type as follows:
        Search: ^$\r\n
        Replace: empty (i.e. leave blank!)
        Check regex at bottom of dialog. Replace all should remove all empty lines from the file.

        Another method could be as follows:
        Search: (\r\n){1,}
        Replace: \r\n

        Regards,
        David

        Ikhlas ChaabaneI 1 Reply Last reply Reply Quote 1
        • Ikhlas ChaabaneI Offline
          Ikhlas Chaabane @DaveyD
          last edited by

          @DaveyD thank you, it is done successfully ;)

          1 Reply Last reply Reply Quote 0
          • Andrzej KmicicA Offline
            Andrzej Kmicic
            last edited by

            meu Edit -> Line Operations -> Delete Empty Lines

            decodermanD 1 Reply Last reply Reply Quote 1
            • decodermanD Offline
              decoderman @Andrzej Kmicic
              last edited by

              @Andrzej-Kmicic said:

              Edit -> Line Operations -> Delete Empty Lines

              That’s how I do it too, it’s the quickest way.

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors