Help for this page

Select Code to Download


  1. or download this
    my ($digits) = $var =~ /([0-9]+)/;
    
  2. or download this
    my ($digits) = $var =~ /(\d+)/;