• Login
Community
  • Login

Append character at end of line

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 2.4k 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.
  • R
    Rod Nunley
    last edited by Jan 23, 2018, 5:10 PM

    I have a list of items and need to add a character at the end of each line. But the current last character on each line varies. So how can I add a character (and it’ll be the same character for each line) to the end? Note that I can’t get into some sort of scripting here. I need something I can paste from Notepad++ into something else.

    C 1 Reply Last reply Jan 23, 2018, 5:21 PM Reply Quote 0
    • C
      Claudia Frank @Rod Nunley
      last edited by Jan 23, 2018, 5:21 PM

      @Rod-Nunley

      I assume you want this.
      Having regular expression checked and wrap around NOT checked

      find what:$
      replace with:your_character

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 0
      • R
        Rod Nunley
        last edited by Jan 23, 2018, 5:32 PM

        That did the trick. Exactly what I needed. Thanks much.

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