The DNA alphabet may contain ambiguity symbols, e.g. a W means either A or T.
When using a regular expression search, these letters must be replaced by the proper
regular expression, e.g. W is replaced by [AT] in the string. The iupac2regex
makes this
translation, while regex2iupac
converts the other way again (replace [AT] with W).