• Login
Community
  • Login

How do I Replace all at end of Line?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 346 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.
  • N
    Nathan Heath
    last edited by Jun 14, 2021, 11:45 PM

    0

    I was able to add “Double” to all variables in the list by pressing Ctrl+H using Regular Expression Mode and replacing “\d+” with “Double”.

    Now I want to add a “;” to the end of each line. How would I do this?

    Double Harness Infinity
    Double Hofri Ghostforge
    Double Humiliate
    Double Infuse with Vitality
    Double Inkling Summoning
    Double Kasmina, Enigma Sage
    Double Killian, Ink Duelist
    Double Lorehold Apprentice
    Double Lorehold Command
    Double Lorehold Excavation
    Double Lorehold Pledgemage
    Double Maelstrom Muse
    Double Magma Opus
    Double Make Your Mark
    Double Manifestation Sage
    Double Moldering Karok
    Double Mortality Spear
    Double Needlethorn Drake
    Double Oggyar Battle-Seer
    Double Owlin Shieldmage
    Double Pest Summoning
    Double Practical Research

    P 1 Reply Last reply Jun 15, 2021, 2:14 AM Reply Quote 0
    • P
      PeterJones @Nathan Heath
      last edited by Jun 15, 2021, 2:14 AM

      @Naeem-Heath ,

      I will give you a hint: $ matches the zero-width location between the last character on the line and the newline sequence. If you replace a zero-width match with one or more characters, it inserts that replacement at that location without removing anything from the original text

      N 1 Reply Last reply Jun 15, 2021, 3:49 AM Reply Quote 1
      • N
        Nathan Heath @PeterJones
        last edited by Jun 15, 2021, 3:49 AM

        @PeterJones Thank you, it worked perfectly.

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