<?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[Editing lines from vertical to horizontal format]]></title><description><![CDATA[<p dir="auto">I have a file like this<br />
username=1342910590<br />
password=0985175697<br />
username=jamalnajjar2026<br />
password=462546564152</p>
<p dir="auto">I want to modify it to look like this:</p>
<p dir="auto">username=1342910590:password=0985175697<br />
username=jamalnajjar2026:password=462546564152</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27618/editing-lines-from-vertical-to-horizontal-format</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 16:08:56 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27618.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Aug 2026 12:36:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Editing lines from vertical to horizontal format on Sat, 01 Aug 2026 14:07:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a><br />
ok man<br />
Thank you, the method worked.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/106000</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/106000</guid><dc:creator><![CDATA[goma 2000]]></dc:creator><pubDate>Sat, 01 Aug 2026 14:07:42 GMT</pubDate></item><item><title><![CDATA[Reply to Editing lines from vertical to horizontal format on Sat, 01 Aug 2026 13:45:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goma-2000" aria-label="Profile: goma-2000">@<bdi>goma-2000</bdi></a> ,</p>
<p dir="auto">If the pairs are always in the right order, then search for <code>\Rpassword</code> and replace with <code>:password</code> in Search Mode = Regular Expression mode.</p>
<p dir="auto">(PS: I sincerely hope that you gave a simple dummy example, and that your data fields are not username and password, really. If your system really stores usernames and passwords in plain text like that, then you have a security issue, and you need to talk with whoever is in charge of that data.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105999</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105999</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 01 Aug 2026 13:45:54 GMT</pubDate></item></channel></rss>