<?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[Using Regex to replace email address]]></title><description><![CDATA[<p dir="auto">I need to Replace 5k various email addresses from <a href="mailto:user1@email.com" rel="nofollow ugc">user1@email.com</a> to (<a href="mailto:user1@email.com" rel="nofollow ugc">user1@email.com</a>)</p>
<p dir="auto"><strong>Find What</strong>: \b[A-Z0-9._%±]+@[A-Z0-9.-]+.[A-Z]{2,}\b</p>
<p dir="auto">but I can’t figure out the “Replace with” so that the email has the parentheses</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17371/using-regex-to-replace-email-address</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 04:46:28 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17371.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Mar 2019 00:22:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using Regex to replace email address on Wed, 27 Mar 2019 00:29:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dave-massa" aria-label="Profile: Dave-Massa">@<bdi>Dave-Massa</bdi></a></p>
<p dir="auto"><strong>replace with</strong> <code>\($0\)</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/41627</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/41627</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 27 Mar 2019 00:29:52 GMT</pubDate></item></channel></rss>