<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to append stuff to the end of each line ?]]></title><description><![CDATA[<p dir="auto">Hello &amp; Thanks ;<br />
I can insert stuff in first column of each line .<br />
But how can I append stuff to the end of each line .<br />
Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19791/how-to-append-stuff-to-the-end-of-each-line</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 16:03:02 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19791.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Aug 2020 01:33:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to append stuff to the end of each line ? on Mon, 03 Aug 2020 03:29:31 GMT]]></title><description><![CDATA[<p dir="auto">Thanks ;<br />
I’ve never used regx<br />
Works great .</p>
]]></description><link>https://community.notepad-plus-plus.org/post/56403</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/56403</guid><dc:creator><![CDATA[vmars vernon]]></dc:creator><pubDate>Mon, 03 Aug 2020 03:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to how to append stuff to the end of each line ? on Mon, 03 Aug 2020 02:04:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3905">@vmars-vernon</a> said in <a href="/post/56400">how to append stuff to the end of each line ?</a>:</p>
<blockquote>
<p dir="auto">But how can I append stuff to the end of each line .</p>
</blockquote>
<p dir="auto">If using a regex (regular expression) I’d say using the Replace function we have<br />
Find What:<code>$</code><br />
Replace With:<code> insert your text to add to end of line here</code><br />
This is a regular expression so search mode MUST be regular expression.</p>
<p dir="auto">As the <code>$</code> is a zero width marker there’s no need to include anything that we captured, just the text you wish to insert.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/56401</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/56401</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Mon, 03 Aug 2020 02:04:14 GMT</pubDate></item></channel></rss>