Community
    • Login

    Search for a string which ends with a Right parenthesis

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 172 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.
    • Özgür UlusoyÖ
      Özgür Ulusoy
      last edited by

      Hi guys,

      I want remove all strings like this from a text file

      Installing packages: Please Wait ( 104 )
      Installing packages: Please Wait ( 105 )
      Installing packages: Please Wait ( 106 )

      So in other words, i want seach for a string wich is starting with “Installing” and ends with “)” and replace it with nothing.

      EkopalypseE 1 Reply Last reply Reply Quote 0
      • EkopalypseE
        Ekopalypse @Özgür Ulusoy
        last edited by

        @Özgür-Ulusoy

        Using a regular expression search like this
        ^Installing.+\)$ should do the job.

        If you want to understand what this means, please read here.

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