Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Formatting tools for code generation.
Synopsis
- capitalize :: Text -> Text
- uncapitalize :: Text -> Text
Documentation
capitalize :: Text -> Text Source #
Make the first letter of a Text upper case.
uncapitalize :: Text -> Text Source #
Make the first letter of a Text lower case.