Hi PsGuru
I need help again. I have lines that I need Ignored (text is inside quotes):
First Item -> "_* @version $Id$"
Compare to -> "_* @version $Id: functions.php 10831 2013-05-29 19:32:17Z"
The leading underscore is actually a space and I put it in for visibility.
I tried:
_* @version\:
AND ...
Search found 4 matches
- Sun Mar 01, 2015 11:35 pm
- Forum: ExamDiff Pro
- Topic: Ignore Lines Regex needed (again)
- Replies: 1
- Views: 5519
- Thu Feb 21, 2013 5:53 pm
- Forum: ExamDiff Pro
- Topic: Ignore Lines
- Replies: 1
- Views: 5975
Ignore Lines
In the parameter field "Lines matching regular expression" I take it you can only have one Regex expression at a time?
So something like \*Text1 \* Text2 isn't possible?
So something like \*Text1 \* Text2 isn't possible?
- Sun Feb 27, 2011 5:32 pm
- Forum: ExamDiff Pro
- Topic: Ignore line comparison by string
- Replies: 2
- Views: 6808
Re: Ignore line comparison by string
Thanks - works like a charm!psguru wrote:You can use the following regex:
\* @version
- Fri Feb 25, 2011 1:09 pm
- Forum: ExamDiff Pro
- Topic: Ignore line comparison by string
- Replies: 2
- Views: 6808
Ignore line comparison by string
Wonderful software, well worth the money.
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 ...
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 ...