Is there a way to look for just a subset or even the entire word within an email address and for the contains function to catch it as true?
For example,
| Name | Email address |
| California King | abcd@CaliforniaWest.com |
| Super Mart | abcd@Supermercado.com |
| Chicken shack | abcd@chickplace.com |
| California King | abcd@smallking.com |
In each of these incidents I want it to detect as true since line 1 has "California", line 2 contains "Super", line 3 contains "chick", and line 4 has "king" contained in the email address.