Originally Posted By: RusselB
Eg: /hdel -sw table1 item1 item2* item3 item4*

The wildcard switch would only apply to items that started with item2 or item4, so item20 would be deleted, but item12 wouldn't.


I'm guessing using regex to match items to close would be asking too much..