<?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[Searching for between <STUFF> : Result goes beyond to include next argument]]></title><description><![CDATA[<p dir="auto">Notepad++ v8.7.5   (64-bit)<br />
Build time : Dec 21 2024 - 05:13:03<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
Periodic Backup : ON<br />
Placeholders : OFF<br />
DirectWrite : ON<br />
Multi-instance Mode : monoInst<br />
File Status Auto-Detection : cdEnabledNew (for current file/tab only)<br />
Dark Mode : OFF<br />
OS Name : Windows 11 Pro (64-bit)<br />
OS Version : 24H2<br />
OS Build : 26100.2894<br />
Current ANSI codepage : 1252<br />
Plugins :<br />
mimeTools (3.1)<br />
NppConverter (4.6)<br />
NppExport (0.4)<br />
Fellow Notepad++ Users,</p>
<p dir="auto">Could you please help me the the following search-and-MARK problem I am having?</p>
<p dir="auto">Here is the data I currently have (“before” data):</p>
<pre><code>&lt;td colspan="4" width="2000" height="304"&gt;&lt;font size="2"&gt;I&lt;/font&gt;n another life,
</code></pre>
<p dir="auto">Here is how I would like that data to look (“after” data):</p>
<pre><code>&lt;td colspan="4" width="2000" height="304"&gt;  (I want just this highlighted)
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1737904185236-highlightedtext.png" alt="highlightedText.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">To accomplish this, I have tried using the following Find/Replace expressions and settings</p>
<ul>
<li>Find What = <code>&lt;td .*&gt;</code></li>
<li>Replace With = HIGHLIGHT/MARK</li>
<li>Search Mode = REGULAR EXPRESSION or NORMAL (tried both of these)</li>
<li>Dot Matches Newline = CHECKED or NOT CHECKED  (I don’t see this option)</li>
</ul>
<p dir="auto">HERE IS WHY YOU THOUGHT YOUR EXPRESSION WOULD WORK</p>
<p dir="auto">I understand why it is going beyond the first argument, I just don’t know how to limit it.</p>
<p dir="auto">Thank you in advance!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26582/searching-for-between-stuff-result-goes-beyond-to-include-next-argument</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 20:20:22 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26582.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Jan 2025 15:11:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Searching for between <STUFF> : Result goes beyond to include next argument on Sun, 26 Jan 2025 16:20:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<blockquote>
<p dir="auto">.* is greedy<br />
Try .*? which is non-greedy</p>
</blockquote>
<p dir="auto">That works perfectly.  This also allowed me to go back to the instruction manual and find it.  The “Multiplying Operators” threw me.  I was looking for multiple characters after single characters!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99372</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99372</guid><dc:creator><![CDATA[Saragrace Knauf]]></dc:creator><pubDate>Sun, 26 Jan 2025 16:20:44 GMT</pubDate></item><item><title><![CDATA[Reply to Searching for between <STUFF> : Result goes beyond to include next argument on Sun, 26 Jan 2025 15:29:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saragrace-knauf" aria-label="Profile: Saragrace-Knauf">@<bdi>Saragrace-Knauf</bdi></a> ,</p>
<blockquote>
<p dir="auto">I just don’t know how to limit it.</p>
</blockquote>
<p dir="auto"><code>.*</code> is greedy<br />
Try <code>.*?</code> which is non-grredy</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99368</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99368</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 26 Jan 2025 15:29:22 GMT</pubDate></item></channel></rss>