<?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 remove text before (regex)]]></title><description><![CDATA[<p dir="auto">hi guys,</p>
<p dir="auto">can you help me how i can get output like this on notepad++:</p>
<p dir="auto">john doe|4135870002981971|05|17|111<br />
jack sparrow|5202970000032044|04|18|121</p>
<p dir="auto">to</p>
<p dir="auto">4135870002981971|05|19|111<br />
5202970000032044|04|18|121</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16403/how-to-remove-text-before-regex</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 02:05:56 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16403.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Sep 2018 15:56:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to remove text before (regex) on Sun, 30 Sep 2018 23:42:02 GMT]]></title><description><![CDATA[<p dir="auto">Try this:</p>
<p dir="auto"><strong>Find what</strong> zone: <code>(?-s)^.+?\|</code><br />
<strong>Replace with</strong> zone: make sure this is <em>EMPTY</em><br />
<strong>Search mode</strong>: Regular expression</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35173</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35173</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sun, 30 Sep 2018 23:42:02 GMT</pubDate></item><item><title><![CDATA[Reply to how to remove text before (regex) on Sun, 30 Sep 2018 17:58:25 GMT]]></title><description><![CDATA[<p dir="auto">sorry. i am beginner.<br />
can you tell me how to do it? :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35169</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35169</guid><dc:creator><![CDATA[lendik eko]]></dc:creator><pubDate>Sun, 30 Sep 2018 17:58:25 GMT</pubDate></item><item><title><![CDATA[Reply to how to remove text before (regex) on Sun, 30 Sep 2018 17:36:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/13183">@lendik-eko</a></p>
<p dir="auto">If you know the term <em>regex</em> , you really should have no trouble with this conversion. What have you tried? Maybe you are close and it only needs a slight tweak…</p>
<p dir="auto">Maybe a hint is that when you are working with <code>|</code> and regex, you need to use <code>\|</code> instead of just plain <code>|</code>…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35167</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35167</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sun, 30 Sep 2018 17:36:14 GMT</pubDate></item></channel></rss>