Navigation

    Community

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

    Replace. How to solve it?

    Help wanted · · · – – – · · ·
    2
    3
    24
    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.
    • Olivier Thomas
      Olivier Thomas last edited by Olivier Thomas

      Now is:
      abc def ghi

      after replacing:
      * def ^

      Find = (abc)|(ghi)
      Replace = ???

      ?1*?2^ it does not work.

      PeterJones 1 Reply Last reply Reply Quote 0
      • PeterJones
        PeterJones @Olivier Thomas last edited by

        @Olivier-Thomas said in Replace. How to solve it?:

        it does not work.

        It did not work because the if-2 is still inside the if-1 conditional. Use the optional parentheses to make sure things are grouped the way you want. (?1*)(?2^) or (?1*)?2^

        • https://npp-user-manual.org/docs/searching/#substitution-conditionals
        1 Reply Last reply Reply Quote 1
        • Olivier Thomas
          Olivier Thomas last edited by

          Thanks.

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