in reply to
positive regex for inverted match
/^((?!bar).)*$/s
Comment on
Re: positive regex for inverted match
Download
Code
In Section
Seekers of Perl Wisdom