package uucp

  1. Overview
  2. Docs

Case mappings.

Case mappings

val to_lower : uchar -> [ `Self | `Uchars of uchar list ]

to_lower u is u's Lowercase_Mapping property.

val to_upper : uchar -> [ `Self | `Uchars of uchar list ]

to_upper u is u's Uppercase_Mapping property.

val to_title : uchar -> [ `Self | `Uchars of uchar list ]

to_title u is u's Titlecase_Mapping property.

OCaml

Innovation. Community. Security.