<?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[Cannot select bold character in replace in files]]></title><description><![CDATA[<p dir="auto">Hi, so I have hundreds of html files (from epub) where there was <img src="/assets/uploads/files/1745904722011-8b4d36b0-84b8-4a4a-8614-a9e5c0af6035-image.png" alt="8b4d36b0-84b8-4a4a-8614-a9e5c0af6035-image.png" class=" img-fluid img-markdown" />  written by mistake. I want to remove this from all the html files.</p>
<p dir="auto">I was able to replace the normal unnecessary texts from the documents.<br />
But for some reason, I cannot get any hits when I try to find and replace <strong>$1!</strong></p>
<p dir="auto">I have tried all the search mode in Find in Files as well as tried to search  &lt;bold&gt;$1!&lt;/bold&gt;, but it didn’t work.<br />
in the page source of the html files, it shows: &lt;strong&gt;$1&lt;/strong&gt;! for that. but even using this to search in notepad ++ didn’t work.</p>
<p dir="auto">Thank you in advance.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26817/cannot-select-bold-character-in-replace-in-files</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 04:09:51 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26817.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Apr 2025 05:34:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 11:05:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/35181">@Game-Movies</a>:</p>
<p dir="auto">This is indeed what your data looks like:</p>
<p dir="auto"><code>&lt;strong&gt;$1&lt;/strong&gt;!</code></p>
<p dir="auto">Your search screen capture shows that you are using Regular expression search mode.  This isn’t going to allow you to match the <code>$</code> as that is a special character.</p>
<p dir="auto">You’d want:</p>
<p dir="auto"><code>&lt;strong&gt;\$1&lt;/strong&gt;!</code></p>
<hr />
<p dir="auto">But if you remove that, wouldn’t you also want to remove the line (now empty) that it is on as well?  And what about the <code>&lt;p&gt;</code> and <code>&lt;/p&gt;</code> lines that wrap it?</p>
<p dir="auto">I get the sense that you are just kind of hacking at this, and are likely to end up with a mess in the end.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101317</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101317</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 29 Apr 2025 11:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 06:18:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/35181">@Game-Movies</a> said in <a href="/post/101311">Cannot select bold character in replace in files</a>:</p>
<blockquote>
<p dir="auto">I just selected match case with the &lt;strong&gt;xxx and it finally found it.</p>
</blockquote>
<p dir="auto">Glad you have solved it. The options “Match Case” “Match whole word Only” and “Wrap Around” are very important. I usually leave them off and make sure the cursor is at the start of the file.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101312</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101312</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Tue, 29 Apr 2025 06:18:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 06:04:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/12335">@Terry-R</a> <img src="/assets/uploads/files/1745905934964-c9d9f9a4-208b-4a22-bcb3-8af54a2fd846-image.png" alt="c9d9f9a4-208b-4a22-bcb3-8af54a2fd846-image.png" class=" img-fluid img-markdown" /> I got this when I searched for it. even just searching  $ gave no result.</p>
<p dir="auto">I solved it. I just selected match case with the &lt;strong&gt;xxx and it finally found it.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101311</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101311</guid><dc:creator><![CDATA[Game Movies]]></dc:creator><pubDate>Tue, 29 Apr 2025 06:04:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 06:03:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/35181">@Game-Movies</a></p>
<p dir="auto">I just did some testing as I’m not convinced on what you see in the image, especially since you say you had tried that but got no selections.</p>
<p dir="auto">As a suggestion, select in that file the <code>&lt;strong&gt;......!</code> string. Copy that to the Find function and click on “Count”. If it does indeed get a number other than 0 (it should get 1 at least) then use that across the rest of the files to remove the entries.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101310</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101310</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Tue, 29 Apr 2025 06:03:39 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 05:54:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/12335">@Terry-R</a> <img src="/assets/uploads/files/1745905820205-b4f5d8a7-824d-45db-a4fd-617959f1bda2-image.png" alt="b4f5d8a7-824d-45db-a4fd-617959f1bda2-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><s>seems like I only removed the text of the hyperlink, but the link is still there. is there a way to remove the link as well?</s>  okay, I can select the &lt;a xxxxxxxxxx &gt; the hyperlink and replace it. but still cannot select the $1!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101309</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101309</guid><dc:creator><![CDATA[Game Movies]]></dc:creator><pubDate>Tue, 29 Apr 2025 05:54:29 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 05:49:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/35181">@Game-Movies</a></p>
<p dir="auto">I had an inkling, and it seems to have paid off.</p>
<p dir="auto"><code>In HTML, the dollar sign ($) is represented by the character entity &amp;dollar; or the HTML code &amp;#36;.</code></p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101308</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101308</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Tue, 29 Apr 2025 05:49:19 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot select bold character in replace in files on Tue, 29 Apr 2025 05:46:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/35181">@Game-Movies</a></p>
<p dir="auto">Have you opened one of the html files in Notepad++ to look for this text? Not using the find function but visually looking for it.Possibly the actual code is different to what you think it is.</p>
<p dir="auto">Could you copy a few lines from a file containing this text and paste here?</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101307</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101307</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Tue, 29 Apr 2025 05:46:54 GMT</pubDate></item></channel></rss>