Help for this page

Select Code to Download


  1. or download this
    my ($start,$middle,$end) = $string =~ /^(.*?)(($pattern)+)(.*?)$/g;
    
  2. or download this
    my ($start,$middle,undef,$end) = $string =~ ...