<?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 make couple words of the same line sentence to new line]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I have a question, i have many lines like below, how to make http to be in new line</p>
<p dir="auto">myshareddrive <a href="http://xx.xx.xx" rel="nofollow ugc">http://xx.xx.xx</a><br />
mysharedrive2 <a href="http://xx.xx.xx" rel="nofollow ugc">http://xx.xx.xx</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19882/how-to-make-couple-words-of-the-same-line-sentence-to-new-line</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 04:13:21 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19882.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2020 04:00:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to make couple words of the same line sentence to new line on Thu, 20 Aug 2020 13:28:06 GMT]]></title><description><![CDATA[<p dir="auto">or<br />
find: http:<br />
replace: \n$0</p>
]]></description><link>https://community.notepad-plus-plus.org/post/56953</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/56953</guid><dc:creator><![CDATA[Olivier Thomas]]></dc:creator><pubDate>Thu, 20 Aug 2020 13:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to how to make couple words of the same line sentence to new line on Thu, 20 Aug 2020 12:55:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/teamelite-teamelite" aria-label="Profile: Teamelite-Teamelite">@<bdi>Teamelite-Teamelite</bdi></a></p>
<p dir="auto">find: <code>.(?=http://)</code><br />
replace: <code>\r\n</code><br />
mark <strong>regular expression</strong></p>
<p dir="auto">If you want to know more about regular expression search see <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">here</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/56951</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/56951</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 20 Aug 2020 12:55:52 GMT</pubDate></item></channel></rss>