Community
    • Login

    Regex: Select all files that contain blank spaces between tags

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 1.7k Views 2 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.
    • Vasile CarausV Offline
      Vasile Caraus
      last edited by

      hello. I have this type of tags:

      `</p>`
          
      CONTENT.....
      
      `<!-- * * * * *ALL LIKES * * * * * --> `
      

      and

      `</p>`
          
      
      `<!-- * * * * *ALL LIKES * * * * * --> `
      

      I want to select all files that contain blank spaces between </p> and <! -- tags (the second example above)

      Scott SumnerS 1 Reply Last reply Reply Quote 0
      • Scott SumnerS Offline
        Scott Sumner @Vasile Caraus
        last edited by dail

        @Vasile-Caraus

        You have been doing regular expressions long enough to know that this will match your desired text and not your undesired text:

        `</p>`\s+`<!--
        

        Make it longer if you want with the * * * * *ALL LIKES * * * * * --> text at the end…

        select all files

        If that means anything besides “put all hits in the Find-result panel” then please elaborate.

        1 Reply Last reply Reply Quote 0
        • Vasile CarausV Offline
          Vasile Caraus
          last edited by

          Thanks a lot, Scott:

           </p>\s+<!--
          
          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