Community
    • Login

    how to append stuff to the end of each line ?

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 2.5k 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.
    • vmars vernonV
      vmars vernon
      last edited by

      Hello & Thanks ;
      I can insert stuff in first column of each line .
      But how can I append stuff to the end of each line .
      Thanks

      1 Reply Last reply Reply Quote 0
      • Terry RT
        Terry R
        last edited by Terry R

        @vmars-vernon said in how to append stuff to the end of each line ?:

        But how can I append stuff to the end of each line .

        If using a regex (regular expression) I’d say using the Replace function we have
        Find What:$
        Replace With: insert your text to add to end of line here
        This is a regular expression so search mode MUST be regular expression.

        As the $ is a zero width marker there’s no need to include anything that we captured, just the text you wish to insert.

        Terry

        1 Reply Last reply Reply Quote 3
        • vmars vernonV
          vmars vernon
          last edited by

          Thanks ;
          I’ve never used regx
          Works great .

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