regex-0.0.0.1: A Regular Expression Toolkit for regex-base

Safe HaskellNone
LanguageHaskell2010

Text.RE.Tools.Sed

Documentation

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