Community
    • Login

    search and NOT replace, but add

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 46 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.
    • Alex HlebnikA
      Alex Hlebnik
      last edited by

      I need to find the sequence [0-9][A-Z][0-9] and add the tab character I need after the result without changing the original sequence.
      Thank you for your help.

      CoisesC 1 Reply Last reply Reply Quote 0
      • CoisesC
        Coises @Alex Hlebnik
        last edited by

        @Alex-Hlebnik said in search and NOT replace, but add:

        I need to find the sequence [0-9][A-Z][0-9] and add the tab character I need after the result without changing the original sequence.
        Thank you for your help.

        In a regular expression replacement, $0 represents the string the find expression matched. So you can do what you want by making the replace string $0\t.

        Alex HlebnikA 1 Reply Last reply Reply Quote 4
        • Alex HlebnikA
          Alex Hlebnik @Coises
          last edited by

          @Coises Joo! Thank you! It’s work!
          Case is closed

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