<?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[RegEx domain extraction]]></title><description><![CDATA[<p dir="auto">Hello, i have a very large list of emails, and lots of them are some kind of “dummy emails” so i want to bookmark only domains that i choose, .com .net .org and so on…<br />
Example like this:<br />
zBA@GAD.o<br />
J@jjYe.o<br />
dr@-Dv.L<br />
<a href="mailto:email@gmail.com" rel="nofollow ugc">email@gmail.com</a><br />
qR@Mx.L1x.t<br />
lNCE@2.GJ<br />
g@VF.yr<br />
h6-6@xkR.O<br />
<a href="mailto:email2@somedomain.net" rel="nofollow ugc">email2@somedomain.net</a><br />
rVE1@v.1sP<br />
<a href="mailto:email3@somedomain.org" rel="nofollow ugc">email3@somedomain.org</a><br />
W@7…KM1Zg</p>
<p dir="auto">I tried every regex i could find on internet but for this situation nothing worked.<br />
Tried something like :<br />
(\b[A-Za-z0-9._%±]+@[A-Za-z0-9.-]+[(.eu|.com|.org|.ba)]{2,4}\b)<br />
but nothing.<br />
Please help</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19691/regex-domain-extraction</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 21:44:14 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19691.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Jul 2020 09:58:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RegEx domain extraction on Sun, 12 Jul 2020 16:06:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> this did the trick :) Thank you so much… I tried that already but now i see i was missing ) so no wonder it didn’t work. Thanks again. Best regards</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55808</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55808</guid><dc:creator><![CDATA[Stefan Ralic]]></dc:creator><pubDate>Sun, 12 Jul 2020 16:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to RegEx domain extraction on Sun, 12 Jul 2020 11:59:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan-ralic" aria-label="Profile: stefan-ralic">@<bdi>stefan-ralic</bdi></a>, and <strong>All</strong>,</p>
<p dir="auto">Why not this simple regex, which select the <strong>complete</strong> e-mail address, with its <strong>line-break</strong></p>
<p dir="auto"><strong><code>^.+@.+\.(eu|com|org|net|ba)\R</code></strong></p>
<p dir="auto">Refer to :</p>
<p dir="auto"><a href="https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains" rel="nofollow ugc">https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains</a></p>
<p dir="auto">and , more <strong>specifically</strong> to :</p>
<p dir="auto"><a href="https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Original_top-level_domains" rel="nofollow ugc">https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Original_top-level_domains</a></p>
<p dir="auto"><a href="https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains" rel="nofollow ugc">https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains</a></p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55789</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55789</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 12 Jul 2020 11:59:36 GMT</pubDate></item></channel></rss>