<?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 extract?]]></title><description><![CDATA[<p dir="auto">Friends I need your help, how can I select only the lines that have only PACKS_2?</p>
<p dir="auto">areaCode = 343 | PHONE = 4270 | Tipo_idx = 4 | DOC = 12313SA | ID2 = 1066 | PACKS_1 = [40|JOURNAL] | PACKS_2 = []<br />
areaCode = 343 | PHONE = 42410 | Tipo_idx = 4 | DOC = 12313ZAS | ID2 = 10 | PACKS_2 = []<br />
ID = 1836854 | areaCode = 341 | PHONE = 4973 | PACKS_2 = []<br />
areaCode = 23 | PHONE = 466 | Tipo_idx = 1 | DOC = 2705 | ID2 = 12105 | PACKS_1 = [40|ClásiCS | PACKS_2 = []<br />
areaCode = 11 | PHONE = 34484555 | Tipo_idx = 4 | DOC = 31184 | PACKS_2 = []<br />
ID = 7863 | areaCode = 11 | PHONE = 5387 | Tipo_idx = 4 | DOC = 92651 | PACKS_2 = []</p>
<p dir="auto">to</p>
<p dir="auto">areaCode = 343 | PHONE = 42410 | Tipo_idx = 4 | DOC = 12313ZAS | ID2 = 10 | PACKS_2 = []<br />
ID = 1836854 | areaCode = 341 | PHONE = 4973 | PACKS_2 = []<br />
areaCode = 11 | PHONE = 34484555 | Tipo_idx = 4 | DOC = 31184 | PACKS_2 = []<br />
ID = 7863 | areaCode = 11 | PHONE = 5387 | Tipo_idx = 4 | DOC = 92651 | PACKS_2 = []</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23058/how-to-extract</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 20:43:26 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23058.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 May 2022 15:55:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to extract? on Tue, 31 May 2022 18:56:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zarate-petery" aria-label="Profile: zarate-petery">@<bdi>zarate-petery</bdi></a></p>
<p dir="auto">As a starting point, this regex matches all complete lines that <strong>do</strong> contain PACKS_1: <code>^.*?PACKS_1.*?$\R</code></p>
<p dir="auto">You can use it in a Replace All operation with <em>Replace</em> field completely empty; this would delete all these lines.</p>
<p dir="auto">This would meet the overall need with your sample data, but possibly not all of your real world data.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77202</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77202</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Tue, 31 May 2022 18:56:16 GMT</pubDate></item><item><title><![CDATA[Reply to how to extract? on Tue, 31 May 2022 18:21:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a><br />
lines that do not contain PACKS_1 and only the lines that contain PACKS_2 = [] remain</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77199</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77199</guid><dc:creator><![CDATA[zarate petery]]></dc:creator><pubDate>Tue, 31 May 2022 18:21:42 GMT</pubDate></item><item><title><![CDATA[Reply to how to extract? on Tue, 31 May 2022 17:48:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zarate-petery" aria-label="Profile: zarate-petery">@<bdi>zarate-petery</bdi></a> said in <a href="/post/77189">how to extract?</a>:</p>
<blockquote>
<p dir="auto">how can I select only the <strong>lines that have only PACKS_2</strong>?</p>
</blockquote>
<p dir="auto">All 6 lines of sample input contain PACKS_2 and other text. So none contain “only PACKS_2”.</p>
<p dir="auto">Your sample output helps, but not completely. Did you mean “lines that don’t contain PACKS_1” or “lines that don’t contain PACKS_&lt;anything besides 2&gt;” or what?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77197</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77197</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Tue, 31 May 2022 17:48:45 GMT</pubDate></item><item><title><![CDATA[Reply to how to extract? on Tue, 31 May 2022 17:33:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zarate-petery" aria-label="Profile: zarate-petery">@<bdi>zarate-petery</bdi></a> said in <a href="/post/77194">how to extract?</a>:</p>
<blockquote>
<p dir="auto">could be done with regular expressions</p>
</blockquote>
<p dir="auto">You didn’t specify a problem that requires regular expressions to solve…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77195</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77195</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 31 May 2022 17:33:19 GMT</pubDate></item><item><title><![CDATA[Reply to how to extract? on Tue, 31 May 2022 17:26:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alimirzaei5778" aria-label="Profile: alimirzaei5778">@<bdi>alimirzaei5778</bdi></a><br />
could be done with regular expressions<br />
?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77194</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77194</guid><dc:creator><![CDATA[zarate petery]]></dc:creator><pubDate>Tue, 31 May 2022 17:26:27 GMT</pubDate></item><item><title><![CDATA[Reply to how to extract? on Tue, 31 May 2022 16:15:19 GMT]]></title><description><![CDATA[<p dir="auto">follow these steps:<br />
1 - press ctrl + H.<br />
2 - press ‘mark’ botton.<br />
3 - in ‘find what’, type ‘packs_2’.<br />
4 - turn on ‘bookmark line’ and ‘normal’ in search mode.<br />
5 - press ‘mark all’ and then ‘close’.<br />
6 - press alt + s.<br />
7 - press ‘bookmark’ bottom.<br />
8 - press ‘remove unmarked lines’<br />
that’s all.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77190</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77190</guid><dc:creator><![CDATA[AliMirzaei5778]]></dc:creator><pubDate>Tue, 31 May 2022 16:15:19 GMT</pubDate></item></channel></rss>