text-utf8-1.2.3.0: An efficient packed UTF-8 backed Unicode text type.
Data.Text.Internal.Fusion.CaseMapping
upperMapping :: forall s. Char -> s -> Step (CC s) Char Source #
lowerMapping :: forall s. Char -> s -> Step (CC s) Char Source #
titleMapping :: forall s. Char -> s -> Step (CC s) Char Source #
foldMapping :: forall s. Char -> s -> Step (CC s) Char Source #