Help for this page

Select Code to Download


  1. or download this
    my @numbers = $aKnosId =~ /(([a-z])\2+)/g;
    
  2. or download this
    my @numbers = grep {length > 1} $aKnosId =~ /(([a-z])\2+)/g;