Help for this page

Select Code to Download


  1. or download this
    my $does_not_match = qr{((?:.*?(?=$match))|(?:(?:.(?!$match))*))};
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
        for 'electron impact ionization';
    
    done_testing;
    
  3. or download this
    use Regexp::Common 'do_not_match';
    
    my $re = $RE{do_not}{-match => 'something'}