<?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[In need of Searching a list in a file (Reg Expression) but can&#x27;t seem to get it to work]]></title><description><![CDATA[<p dir="auto">I have a list open in a file.   I need to find all of the items that have M in the 5th position.  I have not been able to successfully create a regular expression to pull this off…</p>
<p dir="auto">Any ideas?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18476/in-need-of-searching-a-list-in-a-file-reg-expression-but-can-t-seem-to-get-it-to-work</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 16:43:20 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18476.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Nov 2019 21:31:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to In need of Searching a list in a file (Reg Expression) but can&#x27;t seem to get it to work on Tue, 12 Nov 2019 14:18:29 GMT]]></title><description><![CDATA[<p dir="auto">There were some server issues this weekend, but it’s working for me now.  You might need to reload the page, and maybe even clear your browser cache and try again.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48464</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48464</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 12 Nov 2019 14:18:29 GMT</pubDate></item><item><title><![CDATA[Reply to In need of Searching a list in a file (Reg Expression) but can&#x27;t seem to get it to work on Tue, 12 Nov 2019 14:02:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> am getting a 404 for this: <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">https://npp-user-manual.org/docs/searching/#regular-expressions</a> is this a result of the attack, or just a typo?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48462</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48462</guid><dc:creator><![CDATA[Jay Gray]]></dc:creator><pubDate>Tue, 12 Nov 2019 14:02:11 GMT</pubDate></item><item><title><![CDATA[Reply to In need of Searching a list in a file (Reg Expression) but can&#x27;t seem to get it to work on Thu, 07 Nov 2019 23:12:22 GMT]]></title><description><![CDATA[<p dir="auto">The documentation for the Notepad++ regexes can be found at <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">https://npp-user-manual.org/docs/searching/#regular-expressions</a></p>
<p dir="auto">In brief <code>(?-s)</code> turns off “. matches newline” for the regex, regardless of the setting of that checkbox.  (That’s a very useful flag in a help forum like this, where you cannot know the settings of the user’s dialog box; by using that flag, you know the state of the regex, regardless of dialog settings.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48374</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48374</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 07 Nov 2019 23:12:22 GMT</pubDate></item><item><title><![CDATA[Reply to In need of Searching a list in a file (Reg Expression) but can&#x27;t seem to get it to work on Thu, 07 Nov 2019 18:59:30 GMT]]></title><description><![CDATA[<p dir="auto">Alan, what are the first 5 characters mean in your Regex?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48373</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48373</guid><dc:creator><![CDATA[Arlington 022]]></dc:creator><pubDate>Thu, 07 Nov 2019 18:59:30 GMT</pubDate></item><item><title><![CDATA[Reply to In need of Searching a list in a file (Reg Expression) but can&#x27;t seem to get it to work on Thu, 07 Nov 2019 13:31:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/16917">@Steven-Brewer</a></p>
<p dir="auto">If you are talking about 5th position <em>on a line</em> then try:</p>
<p dir="auto"><code>(?-s)^.{4}M</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/48362</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48362</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 07 Nov 2019 13:31:17 GMT</pubDate></item></channel></rss>