Originally Posted By: Horstl
The problem with a wildcard scan is that it will ignore the comma delimiters, and match on the whole data part.

Try my cumbrous regex approach, or loop the data part (tokens) of each $hfind(w) return to verify the match like genius_at_work suggests, or re-reconsider your method of storing the data (the way genius_at_work did suggest a while ago). smile