Help for this page

Select Code to Download


  1. or download this
    salva   => sub { (my $dum) = $str =~ /^.*abc\s(\d+)/s; },
    thedoe1 => sub { (my $dum) = $str =~ /(?<!abc).*abc\s(\d+)/gs; },