![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^5: deleting special lines from filesby Grygonos (Chaplain) |
on Sep 02, 2004 at 12:59 UTC ( #387892=note: print w/replies, xml ) | Need Help?? |
The grep symbols are a regular expression operator... its the m// operator with the m omitted (which is very valid and quite common) The regex he posted would not take those out as well. you would need to use an assertion after the semicolon in the current regex... to say... all this.. not followed by a ;.. the match says.
Anyone feel free to correct me if I'm wrong there.
In Section
Seekers of Perl Wisdom
|
|