Community
    • Login

    How do I Replace all at end of Line?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 345 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.
    • Nathan HeathN
      Nathan Heath
      last edited by

      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

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Nathan Heath
        last edited by

        @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

        Nathan HeathN 1 Reply Last reply Reply Quote 1
        • Nathan HeathN
          Nathan Heath @PeterJones
          last edited by

          @PeterJones Thank you, it worked perfectly.

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