<?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[Regular expression + latex]]></title><description><![CDATA[<p dir="auto">Hello people,</p>
<p dir="auto">I have a question about regular expression, I’m tryng without sucess</p>
<p dir="auto">I have this:</p>
<p dir="auto">\figure{text_1}<strong>{</strong>\trl{some text}<strong>}</strong><br />
\figure{blaBla_text}<strong>{</strong>\trl{another text}<strong>}</strong></p>
<p dir="auto">I need this:</p>
<p dir="auto">\figure{text_1}<strong>[</strong>\trl{some text}<strong>]</strong><br />
\figure{blaBla_text}<strong>[</strong>\trl{another text}<strong>]</strong></p>
<p dir="auto">Thanks in advance for any help …</p>
<p dir="auto">thanks a lot !</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17393/regular-expression-latex</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 01:41:37 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17393.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Apr 2019 19:06:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Regular expression + latex on Wed, 03 Apr 2019 11:30:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
That works… thanks a lot!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/41886</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/41886</guid><dc:creator><![CDATA[jjulianors]]></dc:creator><pubDate>Wed, 03 Apr 2019 11:30:15 GMT</pubDate></item><item><title><![CDATA[Reply to Regular expression + latex on Tue, 02 Apr 2019 19:15:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jjulianors" aria-label="Profile: jjulianors">@<bdi>jjulianors</bdi></a></p>
<p dir="auto">I would be tempted to try:</p>
<p dir="auto">Find <code>(?-is)(\\figure\{.+?\})\{(\\trl\{.+?\})\}</code><br />
Repl <code>\1[\2]</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/41861</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/41861</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 02 Apr 2019 19:15:31 GMT</pubDate></item></channel></rss>