<?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[Finding end of line with specific character right after]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have been searching the internet for a while now and I cannot seem to find a solution for my problem. I am trying to target line breaks that contain a specific character in the new line right after to replace that by something else.</p>
<p dir="auto">For example, my text looks like:</p>
<p dir="auto"><em>This is an example text<br />
@ and this is a new line</em></p>
<p dir="auto">And I want it to look like:</p>
<p dir="auto"><em>This is an example text and this is a new line.</em></p>
<p dir="auto">So I want to delete line breaks only if the next line begins by “@”.</p>
<p dir="auto">The solution must be pretty simple but I am a little noob, so any help would be highly appreciated.</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13680/finding-end-of-line-with-specific-character-right-after</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 08:32:57 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13680.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Apr 2017 09:01:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Finding end of line with specific character right after on Wed, 19 Apr 2017 12:17:03 GMT]]></title><description><![CDATA[<p dir="auto">I had tried \r\n @, with an empty space between the “n” and the “@”. Don’t really know why I put the space there.</p>
<p dir="auto">Thanks for your help!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/23694</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/23694</guid><dc:creator><![CDATA[Ger PG]]></dc:creator><pubDate>Wed, 19 Apr 2017 12:17:03 GMT</pubDate></item><item><title><![CDATA[Reply to Finding end of line with specific character right after on Wed, 19 Apr 2017 11:14:28 GMT]]></title><description><![CDATA[<p dir="auto">Using “find and replace”. Select ‘Extended’.<br />
Search for \n@ and replace with nothing or space.<br />
Assuming you use Linux End Of Line. If you use Windows EOL search for \r\n@.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/23691</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/23691</guid><dc:creator><![CDATA[gstavi]]></dc:creator><pubDate>Wed, 19 Apr 2017 11:14:28 GMT</pubDate></item></channel></rss>