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
Sourceval titlecase : ?locale:string -> text -> text
Sourceval casefolding : text -> text
Sourceval compare_caseless : text -> text -> int