<?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[Need help with a text file]]></title><description><![CDATA[<p dir="auto">Need help with a text file. This is what i need:</p>
<p dir="auto">From<br />
path&gt;./My disc.cue&lt;/path&gt;<br />
path&gt;./My disc2.cue&lt;/path&gt;</p>
<p dir="auto">To<br />
path&gt;./My disc/My disc.cue&lt;/path&gt;<br />
path&gt;./My disc2/My disc2.cue&lt;/path&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23511/need-help-with-a-text-file</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 13:07:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23511.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Sep 2022 03:53:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help with a text file on Thu, 22 Sep 2022 11:29:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14479">@Ekopalypse</a> said in <a href="/post/79965">Need help with a text file</a>:</p>
<blockquote>
<p dir="auto">\1\1</p>
</blockquote>
<p dir="auto">thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/79968</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79968</guid><dc:creator><![CDATA[Daniel Svendsen]]></dc:creator><pubDate>Thu, 22 Sep 2022 11:29:59 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with a text file on Thu, 22 Sep 2022 04:50:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/26363">@Daniel-Svendsen</a></p>
<p dir="auto">From the given example, the answer would be</p>
<p dir="auto"><code>tick regular expression</code><br />
search for <code>(?&lt;=path&gt;\.)(.+)(?=\.cue)</code><br />
and replace with <code>\1\1</code></p>
<p dir="auto">Regex explanation is <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">here</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/79965</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79965</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 22 Sep 2022 04:50:06 GMT</pubDate></item></channel></rss>