Search found 4 matches

by joomla_16_guy
Sun Mar 01, 2015 11:35 pm
Forum: ExamDiff Pro
Topic: Ignore Lines Regex needed (again)
Replies: 1
Views: 5519

Ignore Lines Regex needed (again)

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 ...
by joomla_16_guy
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?
by joomla_16_guy
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

psguru wrote:You can use the following regex:

\* @version
Thanks - works like a charm!
by joomla_16_guy
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 ...