I'm not that good with Regex and I need to be able to exclude files from the "different" list based on a string in each file that is slightly different but is the only difference in the two files.
Example, two files and the only difference between the two is:
File 1
Code: Select all
* @version 1.5.2 October 13, 2010
Code: Select all
* @version 1.5.4 December 08, 2010
Thanks