![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Problem with negative lookahead at end of stringby delirium (Chaplain) |
on Jun 21, 2004 at 15:25 UTC ( [id://368474]=note: print w/replies, xml ) | Need Help?? |
Despite a processing slowdown, I prefer the readability of splitting criteria like this up into multiple expressions:
/^chars/ && /this/ && !/that/ && !/whatever$/
In Section
Seekers of Perl Wisdom
|
|