<?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 add only one space at end of each line ?]]></title><description><![CDATA[<p dir="auto">1.How to give only one space at end each line after text<br />
2 .Repeat step 1 end of file<br />
Thanks for your answer in advance</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18890/how-to-add-only-one-space-at-end-of-each-line</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 10:50:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18890.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Feb 2020 14:35:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to add only one space at end of each line ? on Sun, 09 Feb 2020 17:11:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mahesh-ageer" aria-label="Profile: mahesh-ageer">@<bdi>mahesh-ageer</bdi></a></p>
<p dir="auto">You didn’t say anything about lines that already had some amount of spaces at their ends.  Try to be complete with your problem description.</p>
<p dir="auto">I might be inclined to do that all in one step by searching for <code>\x20*$</code> and replacing that with a single space.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/50458</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/50458</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 09 Feb 2020 17:11:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to add only one space at end of each line ? on Sun, 09 Feb 2020 16:38:07 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your solution its working but small difference i did to make it more perfect .<br />
Step 1.Edit-&gt;Blank Operations-&gt;Trim Trailing Space-&gt;Enter<br />
Step 2. cntr+F -&gt;First keep search mode -‘regular expression’ and go to replace<br />
label(Find what)      –  $<br />
label(Replace with)  --keep one space here(based on your requirement)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/50457</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/50457</guid><dc:creator><![CDATA[mahesh ageer]]></dc:creator><pubDate>Sun, 09 Feb 2020 16:38:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to add only one space at end of each line ? on Sun, 09 Feb 2020 14:43:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mahesh-ageer" aria-label="Profile: mahesh-ageer">@<bdi>mahesh-ageer</bdi></a></p>
<p dir="auto">Set your Search Mode to <code>Regular expression</code> and search for <code>$</code> and replace with a single space.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/50450</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/50450</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 09 Feb 2020 14:43:00 GMT</pubDate></item></channel></rss>