Functor CaseMap.Make


module Make: 
functor (Config : ConfigInt.Type) ->
functor (Text : UnicodeString.Type) -> Type with type text = Text.t
Parameters:
Config : ConfigInt.Type
Text : UnicodeString.Type

type text 
val lowercase : ?locale:string -> text -> text
val uppercase : ?locale:string -> text -> text
val titlecase : ?locale:string -> text -> text
Capitalize the beginning of words
val casefolding : text -> text
Case foldding
val compare_caseless : text -> text -> int
Caseless comparison