Community
    • Login

    deleting whole lines

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 138 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.
    • kracovwolfK
      kracovwolf
      last edited by kracovwolf

      I need to delete entire lines containing parenthesis. I tried:

      \Q()\E
      ^.*(*).*
      
      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @kracovwolf
        last edited by Alan Kilborn

        @kracovwolf

        Match lines containing an open parenthesis (somewhere) followed by a closing parenthesis (somewhere after the opening one) with:

        Find what: ^.*?\(.*?\).*\R
        Search mode: Regular expression

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