titlecase-1.0.1: Convert English Words to Title Case

Safe HaskellSafe
LanguageHaskell2010

Data.Text.Titlecase

Synopsis

Documentation

titlecase :: String -> String Source #

Capitalize all English words except articles (a, an, the), coordinating conjunctions (for, and, nor, but, or, yet, so), and prepositions (unless they begin or end the title).