Hi,
I have a list of email addresses in which I want to highlight ones that contain certain words from a separate list. For example, I want to highlight any email addresses where the words "info" or "hello" or "feedback" come before the "@", in situations where it's just that word (info@_____.com) and where it appears in a string (compay.info@____.com).
I also want to do the same with email addresses where certain words appear after the "@". Let's say I want to remove "@genericcompany.com" and any ".gov" and ".org" email addresses.
Thanks for the help!
I have a list of email addresses in which I want to highlight ones that contain certain words from a separate list. For example, I want to highlight any email addresses where the words "info" or "hello" or "feedback" come before the "@", in situations where it's just that word (info@_____.com) and where it appears in a string (compay.info@____.com).
I also want to do the same with email addresses where certain words appear after the "@". Let's say I want to remove "@genericcompany.com" and any ".gov" and ".org" email addresses.
Thanks for the help!