Help for this page

Select Code to Download


  1. or download this
    my ($tair_id) = $str2 =~ /(AT\dG\d{5})/i;
    
  2. or download this
    my ($tair_id) = $str2 =~ /(AT\dG\d{5}(?:\.\d+)?)/i;