このメソッドでrubyを使用してmatch
いて、特定の文字列を含まないURLを正規表現と照合したいと思います。例:
http://website1.com/url_with_some_words.html
http://website2.com/url_with_some_other_words.html
http://website3.com/url_with_the_word_dog.html
単語を含まないURLを照合したいdog
ので、1番目と2番目のURLを照合する必要があります