Module CaseMap.MakeSource

Parameters

Signature

Sourcetype text = Text.t
Sourceval lowercase : ?locale:string -> text -> text
Sourceval uppercase : ?locale:string -> text -> text
Sourceval capitalize : ?locale:string -> text -> text

Capitalize the first letter of the text

Sourceval titlecase : ?locale:string -> text -> text

Capitalize the beginning of words

Sourceval casefolding : text -> text

Case foldding

Sourceval compare_caseless : text -> text -> int

Caseless comparison