hpaco-lib-0.25.2.0: Modular template compiler library

Safe HaskellSafe-Inferred

Text.HPaco.Writers.Run.Encode

Documentation

htmlEncode :: String -> StringSource

urlEncode :: String -> StringSource

encode :: (Char -> Maybe [Char]) -> [Char] -> [Char]Source

fixHexStr :: String -> StringSource

padLeft :: a -> Int -> [a] -> [a]Source