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