<?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[Find a Carriage Return only and delete. Whilst Ignoring all Carriage Return Line Feeds within the file]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I’ve a rather large file with most of the data within having CRLF at the end of the row.</p>
<p dir="auto">I would like to find the lines of data with just a CR and delete them to shift my data onto the correct line.</p>
<p dir="auto">I’ve got this Find/Replace regular expression off another topic on this forum that works the other way around but manipulating it seems to find CRLF when I want to find CR only and delete</p>
<p dir="auto">^(.*?|^\r)\n</p>
<p dir="auto">Any help would be appreciated.<br />
Thank you<br />
Max</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18718/find-a-carriage-return-only-and-delete-whilst-ignoring-all-carriage-return-line-feeds-within-the-file</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 11:16:59 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18718.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Jan 2020 12:05:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find a Carriage Return only and delete. Whilst Ignoring all Carriage Return Line Feeds within the file on Mon, 06 Jan 2020 13:40:41 GMT]]></title><description><![CDATA[<p dir="auto">Marvellous. Thank you!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49664</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49664</guid><dc:creator><![CDATA[Max]]></dc:creator><pubDate>Mon, 06 Jan 2020 13:40:41 GMT</pubDate></item><item><title><![CDATA[Reply to Find a Carriage Return only and delete. Whilst Ignoring all Carriage Return Line Feeds within the file on Mon, 06 Jan 2020 12:43:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/max" aria-label="Profile: Max">@<bdi>Max</bdi></a></p>
<p dir="auto">In Regular expression Search mode, search for:</p>
<p dir="auto"><code>\r(?!\n)</code></p>
<p dir="auto">and replace with <em>nothing</em>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49657</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49657</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 06 Jan 2020 12:43:40 GMT</pubDate></item></channel></rss>