Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Append character at end of line

    Help wanted · · · – – – · · ·
    2
    3
    1778
    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.
    • Rod Nunley
      Rod Nunley last edited by

      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.

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Rod Nunley last edited by

        @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
        • Rod Nunley
          Rod Nunley last edited by

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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors