WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell.ContentsIndex
WASH.Utility.Shell
Description
Defines functions for shell quotation.
Synopsis
metaCharacters :: String
quote :: String -> String
Documentation
metaCharacters :: String
Shell meta characters are ! & ; ` ' " | * ? ~ < > ^ ( ) [ ] true $ n r
quote :: String -> String
Quotes all shell meta characters and removes non printable ones.
Produced by Haddock version 0.8