my $test = q{ Next Page E-mail Story }; print "BEFORE: $test\n\n"; $test =~ s{]+>.*?e-?mail[^<]*}{}gim; print "AFTER: $test\n";