Search for a string which ends with a Right parenthesis
-
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.
-
Using a regular expression search like this
^Installing.+\)$should do the job.If you want to understand what this means, please read here.
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