Page 1 of 1

Ignore Lines Regex needed (again)

Posted: Sun Mar 01, 2015 11:35 pm
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.

Re: Ignore Lines Regex needed (again)

Posted: Mon Mar 02, 2015 9:17 am
by psguru
Try

^ \* @version