type.inbound
and any(body.links,
strings.ends_with(.href_url.path, '.html')
and regex.contains(.href_url.fragment, '\-[a-z0-9]+[01]{5}$')
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links,
strings.ends_with(.href_url.path, '.html')
and regex.contains(.href_url.fragment, '\-[a-z0-9]+[01]{5}$')
)
Test against your own EMLs or sample data.