Community

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

    Help needed for wildcard-search

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

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        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.
          Mario L. last edited by

          @Ekopalypse
          Thank you very much, worked perfectly !

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors