<?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[find missing closing brackets]]></title><description><![CDATA[<p dir="auto">I have found the code to search for missing closing quotation marks. Is there one to find missing closing brackets?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23987/find-missing-closing-brackets</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 15:13:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23987.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Jan 2023 20:41:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to find missing closing brackets on Sat, 07 Jan 2023 20:46:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mary-cook" aria-label="Profile: Mary-Cook">@<bdi>Mary-Cook</bdi></a> ,</p>
<p dir="auto">It would be the same, except use <code>\\[</code> or <code>\x5B</code> instead of the first quote (for the part where you want to match the opening bracket).  And <code>\\]</code> or <code>\x5D</code> instead of the closing quote (to match the closing bracket).</p>
<p dir="auto">Or if you mean <code>()</code> for brackets, then use <code>\(</code> or <code>\x28</code> for the opening parentheses, and <code>\)</code> or <code>\x29</code> for the closing parentheses.</p>
<p dir="auto">Or if you mean <code>{}</code> for brackets, then use <code>{</code> or <code>\x7B</code> for the opening curly brace, and <code>}</code> or <code>\x7D</code> for the closing curly brace.</p>
<ul>
<li><a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">User Manual: Regular Expressions</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/83128</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83128</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 07 Jan 2023 20:46:13 GMT</pubDate></item></channel></rss>