<?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[Search, Find string with parentheses around it.]]></title><description><![CDATA[<p dir="auto">I have a string wrapped with parentheses.  I need to remove those parens.<br />
This code:</p>
<pre><code>posttext="(TM 9-5895-1600-10)"/&gt;
</code></pre>
<p dir="auto">Should be replaced with this code:</p>
<pre><code>posttext="TM 9-5895-1600-10"/&gt;
</code></pre>
<p dir="auto">The parentheses being a special character is confusing my search.<br />
That’s it.<br />
Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21986/search-find-string-with-parentheses-around-it</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 17:53:30 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21986.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Oct 2021 21:51:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search, Find string with parentheses around it. on Fri, 15 Oct 2021 22:06:43 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><br />
Got it.<br />
Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/70536</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/70536</guid><dc:creator><![CDATA[Richard Howard]]></dc:creator><pubDate>Fri, 15 Oct 2021 22:06:43 GMT</pubDate></item><item><title><![CDATA[Reply to Search, Find string with parentheses around it. on Fri, 15 Oct 2021 21:58:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard-howard" aria-label="Profile: Richard-Howard">@<bdi>Richard-Howard</bdi></a></p>
<p dir="auto">Escape special characters (“confusing my search”) with a backslash, like I showed with the parentheses in the replacement in your previous question.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/70535</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/70535</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 15 Oct 2021 21:58:37 GMT</pubDate></item></channel></rss>