Help for this page

Select Code to Download


  1. or download this
    if ($string =~ /DEFINITION\s\s([\w\s]+)ACCESSION/s){
        print "$1\n";
    }
    
  2. or download this
    $string =~ /DEFINITION\s\s(.*?)ACCESSION/s