Ignore Lines Regex needed (again)

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
joomla_16_guy
New Member
Posts: 4
Joined: Fri Feb 25, 2011 1:02 pm

Ignore Lines Regex needed (again)

Post by joomla_16_guy »

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

^_* @version

Neither worked :(

I need some of your magic please.
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: Ignore Lines Regex needed (again)

Post by psguru »

Try

^ \* @version
psguru
PrestoSoft
Post Reply