<?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[Delete empty fields with notepad]]></title><description><![CDATA[<p dir="auto">hello guys, I appeal to you, how could I eliminate those empty fields with notepad</p>
<p dir="auto">0.0.0.206 | P_01 =  | firstname = johnny | day =  | Happy Birthday = 15-02-1990 | city = | country = | client number = 890 | tuition number = | <a href="mailto:email:papomo@me.com" rel="nofollow ugc">email:papomo@me.com</a> |</p>
<p dir="auto">0.1230.209 | P_45 = 009 | firstname = val | day = 15 | Happy Birthday = | city = California | country = USA | client number = | tuition number = 8907 | email: |</p>
<p dir="auto">to</p>
<p dir="auto">0.0.0.209 | firstname = johnny  | Happy Birthday = 15-02-1990 | client number = 890 | <a href="mailto:email:papomo@me.com" rel="nofollow ugc">email:papomo@me.com</a> |</p>
<p dir="auto">0.1230.209 | P_2 = 009  | firstname = val | day = 15 | Happy Birthday = | city = California | country = USA | tuition number = 8907 |</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16606/delete-empty-fields-with-notepad</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 20:20:04 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16606.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Nov 2018 01:08:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delete empty fields with notepad on Mon, 12 Nov 2018 04:17:12 GMT]]></title><description><![CDATA[<p dir="auto">thank you very much helped me, sorry for the error, is that I’m with my baby taking care of it and working at the same time, solve the problem, thank you very much</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36226</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36226</guid><dc:creator><![CDATA[zyllycarmy]]></dc:creator><pubDate>Mon, 12 Nov 2018 04:17:12 GMT</pubDate></item><item><title><![CDATA[Reply to Delete empty fields with notepad on Mon, 12 Nov 2018 02:58:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/12335">@Terry-R</a></p>
<p dir="auto">Excuse me, happy birthday should not be in the second line because it is empty without any data<br />
0.1230.209 | P_2 = 009 | firstname = val | day = 15  | city = California | country = USA | tuition number = 8907 |</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36224</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36224</guid><dc:creator><![CDATA[zyllycarmy]]></dc:creator><pubDate>Mon, 12 Nov 2018 02:58:51 GMT</pubDate></item><item><title><![CDATA[Reply to Delete empty fields with notepad on Mon, 12 Nov 2018 01:55:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/13569">@zyllycarmy</a></p>
<p dir="auto">Your example doesn’t really make sense…<code>P_45</code> in the <em>before</em> text changes to <code>P_2</code> in the <em>after</em> text, although that doesn’t fit the classification of “eliminate those empty fields”.  And your IP address changes.  And…<code>Happy Birthday = </code> remains in the <em>after</em> text although one would think it should be eliminated by the specification.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36223</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36223</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Mon, 12 Nov 2018 01:55:46 GMT</pubDate></item><item><title><![CDATA[Reply to Delete empty fields with notepad on Mon, 12 Nov 2018 01:50:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/13569">@zyllycarmy</a><br />
I think your example went a bit awry as the results don’t exactly match the originals.i.e.<br />
0.0.0.206 becomes 0.0.0.209<br />
P_45 = 009 becomes P_2 = 009<br />
Happy Birthday = remains where your request was for this to be removed</p>
<p dir="auto">But if I read your request correctly you want any field having no data after the “=” sign is to be removed. Also any email field without an actual email address is also to be removed.</p>
<p dir="auto">So my regex (regular expression) is<br />
Find What:<code>([^|]+?= \|)|\h*email: \|</code><br />
Replace With:<code>&lt;empty field&gt;</code>   &lt;—nothing in this field</p>
<p dir="auto">It will grab characters so long as a <code>|</code> is not found and followed by the <code>=</code> sign, a space and the <code>|</code> character. Alternatively it will find a space (optional, 0 or 1) followed by <code>email:</code> and another space and then the <code>|</code> character, thus no actual email address.</p>
<p dir="auto">See if this helps you. Come back to us regardless and let us know how you went and if you need further help.</p>
<p dir="auto">The regex needs the Replace function set as ‘regular expression’ search mode and have the ‘wrap around’ ticked.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36222</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36222</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Mon, 12 Nov 2018 01:50:53 GMT</pubDate></item></channel></rss>