type.inbound
and regex.icount(body.html.raw,
'<span[^>]*data-markjs="true"[^>]*background-color:\s*rgb\(255,\s*241,\s*0\)[^>]*>[^<]'
) >= 2
Playground
Test against your own EMLs or sample data.
type.inbound
and regex.icount(body.html.raw,
'<span[^>]*data-markjs="true"[^>]*background-color:\s*rgb\(255,\s*241,\s*0\)[^>]*>[^<]'
) >= 2
Test against your own EMLs or sample data.