Community
    • Login

    Delete all lines that NOT contains a specific phrase

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 1.2k Views 1 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.
    • Rockberto ManentiR Offline
      Rockberto Manenti
      last edited by

      Hi again to all.
      there’s a way in a txt file to delete all lines that do NOT contain a specific phrase?
      For example in a text file I want to remove all lines that do NOT contain the phrase:
      Audio format is not Red Book PCM

      the lines that contain this phrase must remain intact.
      Thanks in advance

      Terry RT CoisesC 2 Replies Last reply Reply Quote 0
      • Terry RT Offline
        Terry R @Rockberto Manenti
        last edited by

        @Rockberto-Manenti

        I’m not on a PC currently but this type of question has been asked many times.

        THIS is a post I presented which should help you.

        Terry

        1 Reply Last reply Reply Quote 3
        • CoisesC Offline
          Coises @Rockberto Manenti
          last edited by

          @Rockberto-Manenti said in Delete all lines that NOT contains a specific phrase:

          there’s a way in a txt file to delete all lines that do NOT contain a specific phrase?
          For example in a text file I want to remove all lines that do NOT contain the phrase:
          Audio format is not Red Book PCM

          the lines that contain this phrase must remain intact.

          Try this:

          Select Search | Replace… from the main menu, fill in the dialog like this:

          Find what: (?-s)^(?!.*?Audio format is not Red Book PCM).*(\R|\z)
          Replace with: (leave empty)
          Wrap around checked
          Search Mode: Regular expression

          and click Replace All.

          1 Reply Last reply Reply Quote 5
          • Rockberto ManentiR Offline
            Rockberto Manenti
            last edited by

            @Coises and @Terry-R

            thanx so much. Both methods work perfectly.

            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