Help for this page

Select Code to Download


  1. or download this
    my @nums = $dotted_num_string =~ /^(\d+)(?:\.(\d+))*$/;
    
  2. or download this
    my @nums = $dotted_num_string =~ /^(\d+)(\.\d+){3,5}$/;