<?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[Remove columns]]></title><description><![CDATA[<p dir="auto">Good afternoon I have a file that has 1457619<br />
lines</p>
<p dir="auto">use the following to add the:<br />
Find what: ^\S+\h\K<br />
Replace with: :</p>
<p dir="auto">name  :0b841fd6f983a161b43dab4f7a7930e98df9b4527f878dbd9 wwww/CEND	2d5f40d00067cf307dae3fbe64f	2016-04-27 01:41:50.228874	65.132225.45.254	Dalvik/2.1.0 (Linuxxx; U; Android 5.0; NXA8QC116 Build/LRX21V)	f	1970-01-01	fc0d891c95512da905030f0rrrrrr45d57200acf1bf7f	7204165	false	google	7196717	f</p>
<p dir="auto">but it doesn’t work with too many lines the regex:^\S+\h\K</p>
<p dir="auto">just add to the half of lines approximately</p>
<p dir="auto">Then<br />
para unir el name and :0b841fd6f983a161b43dab4f7a7930e98df9b4527f878dbd9<br />
use replace</p>
<p dir="auto">name:0b841fd6f983a161b43dab4f7a7930e98df9b4527f878dbd9 wwww/CEND	2d5f40d00067cf307dae3fbe64f	2016-04-27 01:41:50.228874	65.132225.45.254	Dalvik/2.1.0 (Linuxxx; U; Android 5.0; NXA8QC116 Build/LRX21V)	f	1970-01-01	fc0d891c95512da905030f0rrrrrr45d57200acf1bf7f	7204165	false	google	7196717	f</p>
<p dir="auto">and finally to be left alone with</p>
<p dir="auto">name:0b841fd6f983a161b43dab4f7a7930e98df9b4527f878dbd9</p>
<p dir="auto">I have used</p>
<p dir="auto">SEARCH: (?-s)\h.+</p>
<p dir="auto">REPLACE: EMPTY</p>
<p dir="auto">can you help me I just need</p>
<p dir="auto">name:0b841fd6f983a161b43dab4f7a7930e98df9b4527f878dbd9</p>
<p dir="auto">sorry if I haven’t been able to explain better</p>
<p dir="auto">thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19465/remove-columns</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 11:12:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19465.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2020 15:56:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Remove columns on Sun, 13 Nov 2022 19:19:20 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> you saved my life men , hats off u buddy…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81427</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81427</guid><dc:creator><![CDATA[TheNainBoy]]></dc:creator><pubDate>Sun, 13 Nov 2022 19:19:20 GMT</pubDate></item><item><title><![CDATA[Reply to Remove columns on Thu, 28 May 2020 07:57:34 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<a class="plugin-mentions-user plugin-mentions-a" href="/user/rovitie" aria-label="Profile: rovitie">@<bdi>rovitie</bdi></a></p>
<p dir="auto">Please try this information,To remove column</p>
<p dir="auto">Use <strong>Alt+Shift+navigation</strong> keys, or <strong>Alt+Shift</strong>+click to do a block select of just that column. Then simply press <em>Delete</em>.</p>
<p dir="auto">I hope this information will be useful for you.<br />
Thank You.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54375</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54375</guid><dc:creator><![CDATA[Makwana Prahlad]]></dc:creator><pubDate>Thu, 28 May 2020 07:57:34 GMT</pubDate></item><item><title><![CDATA[Reply to Remove columns on Wed, 27 May 2020 18:45:51 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/rovitie" aria-label="Profile: rovitie">@<bdi>rovitie</bdi></a> and <strong>All</strong></p>
<ul>
<li>
<p dir="auto">Open the <strong>Replace</strong> dialog ( <strong><code>Ctrl + H</code></strong> )</p>
</li>
<li>
<p dir="auto">Type in the <strong>regex</strong> <strong><code>\x20(?=:)|(?-s)\x20.+</code></strong> in the <strong>Find what zone</strong></p>
</li>
<li>
<p dir="auto">Leave the <strong>Replace with</strong> zone <strong><code>EMPTY</code></strong></p>
</li>
<li>
<p dir="auto"><strong>Tick</strong> the <strong><code>Wrap around</code></strong> option</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search mode</p>
</li>
<li>
<p dir="auto"><strong>Left</strong>-click on the <strong><code>Replace All</code></strong> button</p>
</li>
</ul>
<p dir="auto">voila ;-))</p>
<p dir="auto"><strong>Notes</strong> :</p>
<ul>
<li>
<p dir="auto">This regex contains <strong>two</strong> alternatives, separated with the <strong>alternation</strong> symbol <strong><code>|</code></strong></p>
<ul>
<li>
<p dir="auto">The <strong><code>\x20(?=:)</code></strong> part looks for a <strong><code>space</code></strong> character <em>ONLY IF</em>  followed with a <strong>colon</strong> symbol, so catches the <strong><code>space</code></strong> char after the string <strong>name</strong></p>
</li>
<li>
<p dir="auto">Then, the <strong><code>(?-s)\x20.+</code></strong> part searches for a <strong><code>space</code></strong> character ( <strong><code>\x20</code></strong> ) , followed with <strong>all</strong> the <strong>remaining</strong> chars of <strong>current</strong> line ( <strong><code>.+</code></strong> ). Note that the <strong><code>(?-s)</code></strong> syntax forces the regex <strong>dot</strong> symbol ( <strong><code>.</code></strong>) to represents a <strong>single standard</strong> character <strong>only</strong> ( <strong>not</strong> line-breaks chars as <strong><code>\r</code></strong> or <strong><code>\n</code></strong> )</p>
</li>
<li>
<p dir="auto">As the <strong>replacement</strong> zone is <strong><code>EMPTY</code></strong>, anything <strong>matched</strong> by the <strong>search</strong> regex is then <strong>deleted</strong></p>
</li>
</ul>
</li>
</ul>
<p dir="auto">Best Regards</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54372</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54372</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Wed, 27 May 2020 18:45:51 GMT</pubDate></item></channel></rss>