Module CaseMap.Make
Parameters
Signature
val lowercase : ?locale:string -> text -> textval uppercase : ?locale:string -> text -> textval capitalize : ?locale:string -> text -> textval titlecase : ?locale:string -> text -> textval compare_caseless : text -> text -> int