<?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[Spaces between text...]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">Please note that I am not a developer and so I truly envy your expertise and appreciate any guidance you may provide. I have seen a lot of templates pertaining to regular expressions and CTRL + H but nothing seems to be working for me. In the following example, I have a txt file that has all different variations of spaces. Due to character limitations in the system I need to use, I just need this to appear as one, long string, without breaks.</p>
<p dir="auto">Nothing I have tried works and the one tool that DID work, removed spaces between each word which is obviously not going to help me.</p>
<p dir="auto">I appreciate any support:  <a href="https://drive.google.com/file/d/1RdXZsGHt6Yt-24EFWyjRLcRAffDkiWUC/view?usp=sharing" rel="nofollow ugc">NIH Sample Document</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24046/spaces-between-text</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 03:40:04 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24046.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jan 2023 16:46:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Spaces between text... on Sat, 21 Jan 2023 18:02:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brian-riback" aria-label="Profile: Brian-Riback">@<bdi>Brian-Riback</bdi></a> ,</p>
<p dir="auto">Use regular expression mode.  Use FIND = <code>\s+</code> and REPLACE = <code>\x20</code> (or a single space; both are equivalent).</p>
<p dir="auto">(BTW: don’t expect people to actually click on a link to a random file in a google drive or other location, since there is no guarantee what’s actually at the other end of such a link.)</p>
<p dir="auto">-—</p>
<h3>Useful References</h3>
<ul>
<li><a href="https://community.notepad-plus-plus.org/topic/21965/please-read-before-posting">Please Read Before Posting</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/22022/template-for-search-replace-questions">Template for Search/Replace Questions</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">Formatting Forum Posts</a></li>
<li><a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">Notepad++ Online User Manual: Searching/Regex</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">FAQ: Where to find other regular expressions (regex) documentation</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/83508</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83508</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 21 Jan 2023 18:02:17 GMT</pubDate></item></channel></rss>