• Login
Community
  • Login

Replace. How to solve it?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 899 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.
  • O
    Olivier Thomas
    last edited by Olivier Thomas Sep 18, 2020, 12:42 PM Sep 18, 2020, 12:41 PM

    Now is:
    abc def ghi

    after replacing:
    * def ^

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

    ?1*?2^ it does not work.

    P 1 Reply Last reply Sep 18, 2020, 1:00 PM Reply Quote 0
    • P
      PeterJones @Olivier Thomas
      last edited by Sep 18, 2020, 1:00 PM

      @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
      • O
        Olivier Thomas
        last edited by Sep 18, 2020, 1:13 PM

        Thanks.

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