Help for this page

Select Code to Download


  1. or download this
    print "match" if $string =~ /[atcg]*([RYMKSWHBVDN][atcg]*){0,2}/i;
    
  2. or download this
    print "match" if $string and $string =~ /[atcg]*([RYMKSWHBVDN][atcg]*)
    +{0,2}/i;