hakyll-0.4.1: A simple static site generator library.Source codeContentsIndex
Text.Hakyll.Regex
Description
A module that exports a simple regex interface. This code is mostly copied from the regex-compat package at hackage.
Synopsis
split :: String -> String -> [String]
substitute :: String -> String -> String -> String
Documentation
split :: String -> String -> [String]Source
Split a list at a certain element.
substituteSource
:: StringPattern to replace (regex).
-> StringReplacement string.
-> StringInput string.
-> StringResult.
Substitute a regex. Simplified interface.
Produced by Haddock version 2.6.0