Help for this page

Select Code to Download


  1. or download this
    #$string8 = (m/def(\d{8})/)[0]; #alternate way with list slice
    
  2. or download this
    my $c = ("foo" =~ /($a)*$b/)[0];