Hi All, How about adding In expressions for general arrays in addition to assoc arrays: if ('i' in eyes) ... as a simple replacement for the more verbose foreach(c; eyes) if (c == 'i') ... I think its a common enough pattern to warrant inclusion? Have fun, kede