- or download this
if ($s =~ /^a(?!.*ab).*b$/) {
- or download this
use strict;
use warnings;
...
? qq{$_: matched\n}
: qq{$_: unmatched\n}
for @strings;
- or download this
a000000000b: matched
a0a0000b00b: matched
a0000ab000b: unmatched
a00000000ab: matched