biohazard-0.6.5: bioinformatics support library
Bio.Util.Regex
Description
The absolute minimum necessary for regex matching using POSIX regexec.
data Regex Source
regComp :: String -> Regex Source
regMatch :: Regex -> String -> Bool Source