Community
    • Login

    Delete all lines that NOT contains a specific phrase

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

            @Coises and @Terry-R

            thanx so much. Both methods work perfectly.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors