Remove Comment with Wildcard

Dear All,

I try to remove the address list using this:

/ip firewall address-list remove [find where comment=“Test Group *”] because i have multiple number of group on comment, but no luck, can someone show me how can i remove with wildcard ?

Please help, TQ so much

«~» mean regular expression:
/ip firewall address-list remove [find comment~“Test Group *”]

Dear morituruz,

Thank you so much, its work.