regex-0.6.0.0: Toolkit for regex-base
Text.RE.Tools.Sed
type SedScript re = Edits IO re ByteString Source
sed :: IsRegex re ByteString => SedScript re -> FilePath -> FilePath -> IO () Source
sed' :: (IsRegex re ByteString, Monad m, Functor m) => Edits m re ByteString -> ByteString -> m ByteString Source