Is there any way to use a filter that matches both HTML elements in an XLSX file together with variables wrapped in [] or starting with $?
Having subfilter=okf_html in my okf_openxml config works, but I cannot add the regexes
Here is a sample of what I would like to match
<p>Hello
<b>[NAME]</b>, your subscription will renew on
<i>[RENEWAL_DATE]</i>. Please confirm by %CONFIRM_LINK.</p>
<div>Hi
<strong>%USERNAME</strong>, you have <span
class="badge">$CREDITS</span> credits remaining — use them
before <em>[EXPIRY_DATE]</em>.</div>
<p>Dear
<b>[RECIPIENT]</b>, your invoice of <u>$AMOUNT</u>
for order <code>%ORDER_ID</code> is ready — download it <a
href="%INVOICE_URL">here</a>.</p>
<section>Reminder:
<span><b>%PROJECT_NAME</b></span> is due on
<time>[DUE_DATE]</time>. Contact <a
href="mailto:%PM_EMAIL">%PM_NAME</a> for
questions.</section>
<p>Congrats
<strong>[USER_DISPLAY_NAME]</strong> — you unlocked the
<em>%ACHIEVEMENT</em> badge! View details in your profile: <a
href="/profile/$USER_ID">Profile</a>.</p>