complement

Get the complement of a DNA base. Only bases A, T, C, G will be translated; all other characters are left as is. Replacement preserves casing of the characters.

C
complement
(
C
)
()
if (
isSomeChar!C
)

Meta