Module Case.Map
Case mappings.
Case mappings
val to_lower : Stdlib.Uchar.t -> [ `Self | `Uchars of Stdlib.Uchar.t list ]
to_lower u
isu
's Lowercase_Mapping property.
val to_upper : Stdlib.Uchar.t -> [ `Self | `Uchars of Stdlib.Uchar.t list ]
to_upper u
isu
's Uppercase_Mapping property.
val to_title : Stdlib.Uchar.t -> [ `Self | `Uchars of Stdlib.Uchar.t list ]
to_title u
isu
's Titlecase_Mapping property.