Ignore Lines Regex needed (again)
Posted: Sun Mar 01, 2015 11:35 pm
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.
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.