• Login
Community
  • Login

regex: match whole content of a file that contains a particular WORD

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 1.4k 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.
  • R
    Robin Cruise
    last edited by Jul 9, 2017, 7:16 AM

    hello, I want to select and delete whole content of those files that contains word xxx.

    I try this regex (?s)(.*?MY_WORD).*$ or [^"]+(MY_WORD)[^"]+ and works in notepad++, but doesn’t work in TextCrawler. Maybe someone will give me another solution.

    1 Reply Last reply Reply Quote 0
    • G
      guy038
      last edited by Jul 9, 2017, 5:47 PM

      Hello, @robin-cruise,

      To my mind, the shorter SEARCH regex should be (?s).*\bMY_WORD\b.*

      And, as you want to delete the contents, of all the files, which contains the word MY_WORD, just leave the REPLACE box empty

      Cheers,

      guy038

      1 Reply Last reply Reply Quote 0
      • R
        Robin Cruise
        last edited by Jul 12, 2017, 1:41 PM

        thank you

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