<?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 copy all phone numbers with a specific format]]></title><description><![CDATA[<p dir="auto">Hello, everyone.</p>
<p dir="auto">How can I copy all phone numbers from a file with the following format?<br />
(xx) 9xxxx-xxxx</p>
<p dir="auto">Example: (11) 98887-8887</p>
<p dir="auto">THANK YOU.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25174/how-to-copy-all-phone-numbers-with-a-specific-format</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 16:55:20 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25174.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Nov 2023 01:47:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to copy all phone numbers with a specific format on Mon, 27 Nov 2023 13:17:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27184">@Coises</a> THANK YOU SO MUCH!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90791</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90791</guid><dc:creator><![CDATA[Marcos Miguel]]></dc:creator><pubDate>Mon, 27 Nov 2023 13:17:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to copy all phone numbers with a specific format on Mon, 27 Nov 2023 02:17:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29774">@Marcos-Miguel</a> said in <a href="/post/90782">How to copy all phone numbers with a specific format</a>:</p>
<blockquote>
<p dir="auto">How can I copy all phone numbers from a file with the following format?<br />
(xx) 9xxxx-xxxx</p>
<p dir="auto">Example: (11) 98887-8887</p>
</blockquote>
<p dir="auto">Select <strong>Search</strong> | <strong>Mark…</strong> from the main menu. In the dialog, enter:</p>
<p dir="auto"><strong>Find what : <code>\(\d\d\) 9\d\d\d\d-\d\d\d\d</code></strong><br />
<strong>Search Mode: Regular expression</strong></p>
<p dir="auto">then click <strong>Mark All</strong>, then click <strong>Copy Marked Text</strong>.</p>
<p dir="auto">That will copy each phone number matching the pattern you described to the clipboard, one per line.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90783</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90783</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Mon, 27 Nov 2023 02:17:50 GMT</pubDate></item></channel></rss>