substring-parser-0.1.0.0: Match / replace substrings with a parser combinators.
Text.Parser.Substring
replaceFileOnceWithParser :: Parser Text -> FilePath -> IO () Source #
replaceOnceWithParser :: Parser Text -> Text -> Text Source #
onceReplacify :: Parser Text -> Parser Builder Source #