camomile.lib_default
CaseMap.Make
camomile
camomile.default_config
camomile.dyn
camomile.library
module Text : CamomileLibrary.UnicodeString.Type
type text = Text.t
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 casefolding : text -> text
val compare_caseless : text -> text -> int