Help for this page

Select Code to Download


  1. or download this
    my $numbers = $string =~ /(5163(?:\s*\d){8})/;
    
  2. or download this
    my $numbers = $string =~ /(5163(?:\D*\d){8})/;