We've got some subdomains I need to index

my url-carwlfilter.txt looks like this

+^http://([a-z0-9]*\.)*.domain.name/

Now I want to search some subdomains, of which there are over 200, but not all.

I have a flat file urls/domaintosearch

How do i represent that I want to have some subdomains but not all subdomains in this file?

Can I use the same principle of regular expression in this flat file?

Something like


+^http://([a-z0-9]*\.)*.cat.domain.name/
+^http://([a-z0-9]*\.)*.dog.domain.name/
+^http://([a-z0-9]*\.)*apple.domain.name/

Any help, greatly appreciated.

Reply via email to