<?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[Learning REGEX,, New]]></title><description><![CDATA[<p dir="auto">I never even thought of applying regex to notepad++</p>
<p dir="auto">I have a ton that are like</p>
<p dir="auto">topic(concentration and something)</p>
<p dir="auto">using regex, what is the test way to remote the ( ) completeley…</p>
<p dir="auto">Find what zone: (?-i)([a-z]+)([A-Z])<br />
Replace with zone: ???</p>
<p dir="auto">Still learning this. Thanks in advance</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16046/learning-regex-new</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 10:16:52 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16046.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 14 Jul 2018 02:15:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Learning REGEX,, New on Sat, 14 Jul 2018 15:14:19 GMT]]></title><description><![CDATA[<p dir="auto">Thanks @Terry R</p>
<p dir="auto">Example</p>
<p dir="auto">Jeff(1234)<br />
Jeff(JeffIsJeff)<br />
Jeff(JeffIsntJEff)<br />
Jeff<br />
Jeffrey</p>
<p dir="auto">I wanted the first three removed. Your example worked.</p>
<p dir="auto">And Scott, thanks for the advice. I am a long time user, but I really had no idea how powerful this tool is! I will read your link. Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/33539</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/33539</guid><dc:creator><![CDATA[Jeff Raymond]]></dc:creator><pubDate>Sat, 14 Jul 2018 15:14:19 GMT</pubDate></item><item><title><![CDATA[Reply to Learning REGEX,, New on Sat, 14 Jul 2018 11:54:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeff-raymond" aria-label="Profile: Jeff-Raymond">@<bdi>Jeff-Raymond</bdi></a></p>
<blockquote>
<p dir="auto">Still learning this.</p>
</blockquote>
<p dir="auto">Please don’t use this forum as a vehicle to <em><strong>LEARN</strong></em> regex.  If you have a specific question about an <em>intricacy</em> of regex, and especially one that seems to be acting oddly with Notepad++, then it certainly belongs here, but otherwise there are better places that will be more tolerant of simple regex questions.  For sure, read <a href="https://notepad-plus-plus.org/community/topic/15765/faq-desk-where-to-find-regex-documentation" rel="nofollow ugc">this</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/33535</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/33535</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sat, 14 Jul 2018 11:54:13 GMT</pubDate></item><item><title><![CDATA[Reply to Learning REGEX,, New on Sat, 14 Jul 2018 03:26:51 GMT]]></title><description><![CDATA[<p dir="auto">In the meantime I’ve cooked up the following regex that might work.</p>
<p dir="auto">Assumptions are that there aren’t any nested brackets. The bracket can start on 1 line and finish several lines later, it can even be preceded by some spaces before the starting bracket (which will be removed) and some spaces before the closing bracket.</p>
<p dir="auto">Try this, it may work, otherwise provide better examples and someone will surely give you something that works.</p>
<p dir="auto">Find: <code>\h*\((.*?\R?)*?\)</code><br />
Replace: <code>&lt;empty field&gt;</code></p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/33530</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/33530</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Sat, 14 Jul 2018 03:26:51 GMT</pubDate></item><item><title><![CDATA[Reply to Learning REGEX,, New on Sat, 14 Jul 2018 02:56:09 GMT]]></title><description><![CDATA[<p dir="auto">Could you provide some actual before and after examples. From what you’ve said it’s not readily apparent if you just want to remove the brackets, or the brackets and everything inside of them. Also some conditions such as the brackets start and finish on same line (or maybe across several lines), are there any that have nested brackets, i.e. (cndvjn (njwvjk)).</p>
<p dir="auto">These answers will help others to help you.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/33529</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/33529</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Sat, 14 Jul 2018 02:56:09 GMT</pubDate></item></channel></rss>