Trying to create a regular expression that excludes results of a substring is present.
Data Set:
 http://www.cnn.com/test1
 http://www.cnn.com/test3
 http://www.cnn.com/test5
 http://www.stackflow.com/test4
 http://www.cnn.com/test3
 http://www.cnn.com/test4
exclude:
- find all cnn.com sites
- that don't have /test3
Results:
 http://www.cnn.com/test1
 http://www.cnn.com/test5
 http://www.cnn.com/test4
 
     
     
     
    