in reply to Re: Conditional Bitwise XOR(^) Operator in Matching Chars Count of Two Strings
in thread Conditional Bitwise XOR(^) Operator in Matching Chars Count of Two Strings?

Changing the transliteration line to tr/SACTG/_____/c; allows you to specify the characters that you want to keep. This maybe easier to work with in a biomed application.
  • Comment on Re^2: Conditional Bitwise XOR(^) Operator in Matching Chars Count of Two Strings
  • Download Code