https://github.com/hmontazeri/is-vegan/blame/25e87fef5b88f92319f001c6af96ff658fddcbf2/README.md#L152 ``` isVegan.containsNonVeganIngredients([ ... 'MECHANICALLY SEPARATED CHICKEN', ... ]); // returns ['PASTEURIZED MILK', 'PORK', 'BEEF', 'WHEY'] ``` Consider using fuzzy matching with a degree of confidence instead of string matching.
https://github.com/hmontazeri/is-vegan/blame/25e87fef5b88f92319f001c6af96ff658fddcbf2/README.md#L152
Consider using fuzzy matching with a degree of confidence instead of string matching.