ok i have a list of domains
for example
dogstoday.com
catstoday.com
petstoday.com
dogsnow.org
dogsabc.net
catlitter.info
i want a regex that will give me all domains that has the word i specify for example dogs or cats
if i give dogs it should return
dogstoday.com dogsnow.org dogsabc.net
can any one tell me how to do this in c# ?





Bookmarks