<?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[remove multiple spaces between numers for : (help needed)]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1571180889310-37802366-6368-44bd-b585-27981ce95459-image.png" alt="37802366-6368-44bd-b585-27981ce95459-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18373/remove-multiple-spaces-between-numers-for-help-needed</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 02:36:40 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18373.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Oct 2019 23:08:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to remove multiple spaces between numers for : (help needed) on Wed, 16 Oct 2019 15:56:47 GMT]]></title><description><![CDATA[<p dir="auto">discussion moved to <a href="https://community.notepad-plus-plus.org/topic/18376/i-want-to-remove-multiple-spaces-only-between-the-numbers-and-replace-it-with">here</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/47863</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47863</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 16 Oct 2019 15:56:47 GMT</pubDate></item><item><title><![CDATA[Reply to remove multiple spaces between numers for : (help needed) on Wed, 16 Oct 2019 02:31:53 GMT]]></title><description><![CDATA[<p dir="auto">That’ll match newlines.  Use <code>\h+</code> instead. Sorry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47842</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47842</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 16 Oct 2019 02:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to remove multiple spaces between numers for : (help needed) on Wed, 16 Oct 2019 02:27:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goool-channel" aria-label="Profile: GOoOl-Channel">@<bdi>GOoOl-Channel</bdi></a> ,</p>
<p dir="auto">For something that simple, even if you don’t know regex, you could do a few simple search-and-replace… Search for a bunch of spaces, replace with single colon, replace all.  Repeat with one fewer space until all done.</p>
<p dir="auto">Or study <a href="http://npp-user-manual.org/docs/searching/" rel="nofollow ugc">npp-user-manual.org/docs/searching/</a>, and find the simple regex  <code>\s+</code>, replace with<code>:</code>, replace all.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47841</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47841</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 16 Oct 2019 02:27:27 GMT</pubDate></item></channel></rss>