A module that exports a simple regex interface. This code is mostly copied from the regex-compat package at hackage. I decided to write this module because I want to abstract the regex package used.
- splitRegex :: String -> String -> [String]
- substituteRegex :: String -> String -> String -> String
- matchesRegex :: String -> String -> Bool