<?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 change email and pass to email:pass]]></title><description><![CDATA[<p dir="auto">Hi everyone…<br />
I’m working in a little project and I need some help,<br />
I have a file contains +5000 email and password I want to change them to (email:pass) using notepad++</p>
<p dir="auto">example:<br />
[1]-----------------<br />
email: <a href="mailto:example@example.com" rel="nofollow ugc">example@example.com</a><br />
password: 123123<br />
[2]-----------------<br />
email: <a href="mailto:example2@example.com" rel="nofollow ugc">example2@example.com</a><br />
password: 123321<br />
[3]-----------------<br />
…</p>
<p dir="auto">I want to convert all of the them to:<br />
example@domain.com:123123<br />
example2@domain.com:123321</p>
<p dir="auto">I was hopeless about this… but I’m now surprised from the experts I saw in this community &lt;3… I hope someone of them help.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24110/how-to-change-email-and-pass-to-email-pass</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 23:21:52 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24110.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Feb 2023 15:55:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to change email and pass to email:pass on Wed, 08 Feb 2023 18:02:37 GMT]]></title><description><![CDATA[<p dir="auto">Hello, @bahaa-eddin-ツ, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">The solution <strong>already</strong> provided by <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> is the <strong>right</strong> one and my solution would be <strong>identical</strong> or <strong>very similar</strong> !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83986</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83986</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Wed, 08 Feb 2023 18:02:37 GMT</pubDate></item><item><title><![CDATA[Reply to how to change email and pass to email:pass on Wed, 08 Feb 2023 17:21:32 GMT]]></title><description><![CDATA[<p dir="auto">@Bahaa-Eddin-ツ said in <a href="/post/83981">how to change email and pass to email:pass</a>:</p>
<blockquote>
<p dir="auto">do you have any way to learn regex like?.</p>
</blockquote>
<p dir="auto">The pages in the Useful References I shared already includes links to regex documentation and sites.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83983</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83983</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 08 Feb 2023 17:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to how to change email and pass to email:pass on Wed, 08 Feb 2023 17:15:21 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 />
thank you very much sir worked perfectly perfect!!<br />
I really hope to learn notepad like you guys…<br />
do you have any way to learn regex like?.</p>
<p dir="auto">Don’t worry I’m using x2 antivirus applications on my pc and I’m sure there is no keyloggers on my pc…<br />
but I will take your note seriously.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83981</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83981</guid><dc:creator><![CDATA[Bahaa0013]]></dc:creator><pubDate>Wed, 08 Feb 2023 17:15:21 GMT</pubDate></item><item><title><![CDATA[Reply to how to change email and pass to email:pass on Wed, 08 Feb 2023 16:57:17 GMT]]></title><description><![CDATA[<p dir="auto">@Bahaa-Eddin-ツ :</p>
<p dir="auto">FIND = <code>(?-s)email: (.*)\r\npassword: (.*)\r\n</code><br />
REPLACE = <code>$1:$2\r\n</code></p>
<p dir="auto">Unsolicited Advice: If you are storing or dealing with passwords in plain text, you are going to get hacked: it’s a matter of when, not if.  Stop it, get a real login password system, and apologize to your users for storing their passwords insecurely, and encourage them to change their passwords (both in your site and wherever else they may have foolishly used the same password that they used at your site).</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/83978</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83978</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 08 Feb 2023 16:57:17 GMT</pubDate></item></channel></rss>