Community
    • Login

    Help needed for wildcard-search

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 219 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.
    • Mario L.M
      Mario L.
      last edited by

      Hello,
      I want to search/delete brackets that contain different text, the bracket comes in this combination :
      | (…xyz…)
      how do I have to formulate the wildcard within the brackets so it is containing any kind of letter-combination and length ? Thank you

      EkopalypseE 1 Reply Last reply Reply Quote 0
      • EkopalypseE
        Ekopalypse @Mario L.
        last edited by Ekopalypse

        @Mario-L

        maybe something like this?

        find: (\| \()(.+?)(\))
        replace: $2
        check regular expression

        1 Reply Last reply Reply Quote 3
        • Mario L.M
          Mario L.
          last edited by

          @Ekopalypse
          Thank you very much, worked perfectly !

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