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