![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Can't figure out how to invert this regexby anniyan (Monk) |
on Nov 25, 2005 at 14:41 UTC ( #511660=note: print w/replies, xml ) | Need Help?? |
You are using variable length in negative look behind, as per the perl regex tutorial perlre, we cannot use variable length in negative look behind condition. Rather we can use variable length in positive and negative look ahead. updated:Thanks sauoq and apologises for the mistake. Regards,
In Section
Seekers of Perl Wisdom
|
|