mikestreety’s avatarmikestreety’s Twitter Archive—№ 14,459

  1. In js, I want to have a list of words and search a string for any of them - any help? e.g str = 'fixed'; str.search('fix | done'); //true