Quote:
Originally Posted by Thomas_AR
Yes "MAS" could resolve in finding other tags which contains those three letters, i will choose some more unique 
Thanks for the hint with the separator.
learning every day.
|
If you use str_in_list then it is looking for an exact match for the string, not a regular expression match as found in in_list. You wouldn't need to worry about MAS also matching MASTER or NAMASTE.