<?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[Help needed for wildcard-search]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I want to search/delete brackets that contain different text, the bracket comes in this combination :<br />
| (…xyz…)<br />
how do I have to formulate the wildcard within the brackets so it is containing any kind of letter-combination and length ? Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19984/help-needed-for-wildcard-search</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 06:55:38 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19984.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Sep 2020 09:41:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help needed for wildcard-search on Fri, 11 Sep 2020 10:42:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
Thank you very much, worked perfectly !</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57543</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57543</guid><dc:creator><![CDATA[Mario L.]]></dc:creator><pubDate>Fri, 11 Sep 2020 10:42:21 GMT</pubDate></item><item><title><![CDATA[Reply to Help needed for wildcard-search on Fri, 11 Sep 2020 09:50:40 GMT]]></title><description><![CDATA[<p dir="auto">@Mario-L</p>
<p dir="auto">maybe something like this?</p>
<p dir="auto">find: <code>(\| \()(.+?)(\))</code><br />
replace: <code>$2</code><br />
check regular expression</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57541</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57541</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 11 Sep 2020 09:50:40 GMT</pubDate></item></channel></rss>