Help for this page

Select Code to Download


  1. or download this
    $str = 'ABABAABBA';
    $count = $str =~ tr/A//;  # $a = 5;
    
  2. or download this
    if ($count && !($count & 1)) {
      # Do something with this protein sequence
    }