Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Search for a string which ends with a Right parenthesis

    Help wanted · · · – – – · · ·
    2
    2
    66
    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.

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        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
        Copyright © 2014 NodeBB Forums | Contributors