Community
    • Login

    Find number, insert further along the line

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 410 Views 1 Watching
    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.
    • Alexander WilsonA Offline
      Alexander Wilson
      last edited by

      Hi you guys!

      I have got 2550 lines where I need to search for “SM2841462” (unique for every line), and replace “XX0000000” with this - or i could delete XX000000 and insert the “SM” number here.

      Hope you can help!
      Thanks!

      <div class=“tree-branch document” onclick=“TREE.displayDoc(event, ‘SM2841462’, ‘true’)”><span title=“ABBREVIATIONS”><i class=“fa fa-file-text-o” aria-hidden=“true”></i><a href=“index%EF%B9%96page=content&id=XX0000000.html” target=“_blank”>ABBREVIATIONS</a></span></div>

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA Online
        Alan Kilborn @Alexander Wilson
        last edited by

        @Alexander-Wilson

        Try this bit of magic:

        • Regular expression Search mode
        • Find: (?-si)((SM\d{7}).*?)XX0{7}
        • Replace: ${1}${2}

        Learn more about regular expressions in Notepad++ HERE, as well as in the N++ documentation about them HERE.

        Alexander WilsonA 1 Reply Last reply Reply Quote 2
        • Alexander WilsonA Offline
          Alexander Wilson @Alan Kilborn
          last edited by

          @Alan-Kilborn
          You are an absolute genius! That worked a treat!
          Thank you very much!

          1 Reply Last reply Reply Quote 1

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors