On Monday, February 15, 2016 at 7:59:35 PM UTC-8, Linda Walsh wrote:
> I has a little 4 line func that returns true or false
> if a string was in an array

Arrays aren't really a great datastructure for testing presence and absence in.

An associative array / dictionary / hash is better.

Consider:
http://stromberg.dnsalias.org/~strombrg/database/

Reply via email to