• Login
Community
  • Login

Search for a string which ends with a Right parenthesis

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 178 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
    last edited by Jul 29, 2022, 6:05 AM

    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.

    E 1 Reply Last reply Jul 29, 2022, 8:29 AM Reply Quote 0
    • E
      Ekopalypse @Özgür Ulusoy
      last edited by Jul 29, 2022, 8:29 AM

      @Ö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
      2 out of 2
      • First post
        2/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors