Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Combinators for Text
.
Synopsis
- escapeQuote :: Char -> Text
- escapeQuotes :: Text -> Text
- capitalize :: Text -> Text
Documentation
escapeQuote :: Char -> Text Source #
Escape a single quote Neovim-style by replacing it with two single quotes.
escapeQuotes :: Text -> Text Source #
Escape all single quotes Neovim-style by replacing them with two single quotes.