find command

Hi All

Trying to use a wildcard on find such as:

:put [/ip hotspot ip-binding find comment=check*]

I need to find out any items with the word check in the comment field (check_1) for example

Can it be done? Thanks

It should be possible by the use of regular expressions, e.g.

:put [/ip hotspot ip-binding find comment~"check*"]

Worked a treat - thank you.

thanks +1 i am also searching this a little command for a long