<?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[Append character at end of line]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15134/append-character-at-end-of-line</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 18:42:16 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15134.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Jan 2018 17:10:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Append character at end of line on Tue, 23 Jan 2018 17:32:15 GMT]]></title><description><![CDATA[<p dir="auto">That did the trick.  Exactly what I needed.  Thanks much.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29671</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29671</guid><dc:creator><![CDATA[Rod Nunley]]></dc:creator><pubDate>Tue, 23 Jan 2018 17:32:15 GMT</pubDate></item><item><title><![CDATA[Reply to Append character at end of line on Tue, 23 Jan 2018 17:21:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/11032">@Rod-Nunley</a></p>
<p dir="auto">I assume you want this.<br />
Having <strong>regular expression</strong> checked and <strong>wrap around</strong> <strong>NOT</strong> checked</p>
<p dir="auto">find what:$<br />
replace with:your_character</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29670</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29670</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 23 Jan 2018 17:21:14 GMT</pubDate></item></channel></rss>