<?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[RegExp to find path not working (any more)?]]></title><description><![CDATA[<p dir="auto">A text file contains lots of file names with leading pathes e.g.</p>
<p dir="auto">D:\aaa\bbb\ccc\myfile.doc</p>
<p dir="auto">I want to search now the next path (except filename)  starting at the left in column 1.<br />
In the past I used therefore a regexp</p>
<p dir="auto">(?-s)^,+\</p>
<p dir="auto">This should find D:\aaa\bbb\ccc\ from sample above</p>
<p dir="auto">But when I enter this RegExp in NP++ Find dialog it does not find any of the hundreds path+filenames.</p>
<p dir="auto">Why not?</p>
<p dir="auto">Yes, I enabled Regular Expression Search mode at the bottom</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23274/regexp-to-find-path-not-working-any-more</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 10:26:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23274.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jul 2022 06:00:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RegExp to find path not working (any more)? on Fri, 22 Jul 2022 08:06:39 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> said in <a href="/post/78545">RegExp to find path not working (any more)?</a>:</p>
<blockquote>
<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: claudia-svenson">@<bdi>claudia-svenson</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> and <strong>All</strong>,<br />
SEARCH / MARK <strong><code>(?-s)^.+\\</code></strong></p>
</blockquote>
<p dir="auto">It works.<br />
Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/post/78578</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/78578</guid><dc:creator><![CDATA[Claudia Svenson]]></dc:creator><pubDate>Fri, 22 Jul 2022 08:06:39 GMT</pubDate></item><item><title><![CDATA[Reply to RegExp to find path not working (any more)? on Thu, 21 Jul 2022 09:42:41 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: claudia-svenson">@<bdi>claudia-svenson</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> and <strong>All</strong>,</p>
<p dir="auto"><strong>Eko</strong>, just a typo; the <strong>correct</strong> regex is :</p>
<p dir="auto">SEARCH / MARK <strong><code>(?-s)^.+\\</code></strong></p>
<p dir="auto">BR</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/78545</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/78545</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Thu, 21 Jul 2022 09:42:41 GMT</pubDate></item><item><title><![CDATA[Reply to RegExp to find path not working (any more)? on Thu, 21 Jul 2022 07:23:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> said in <a href="/post/78538">RegExp to find path not working (any more)?</a>:</p>
<blockquote>
<p dir="auto">(?-s)^,+\</p>
</blockquote>
<p dir="auto">I assume it should be <code>(?-s)^.+\</code> (note the dot instead of the comma.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/78539</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/78539</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 21 Jul 2022 07:23:54 GMT</pubDate></item></channel></rss>