Is there a way to specify to ignore specific text? For example I have web files that are often the same execpt for the difference in file paths - local vs. remote paths. So in one file I will have:
http://localhost/mysite.com/index.php
and in the other,
http://www.mysite.com/index.php
Can I specify to ignore any of these strings, and if so, how do I do that?