package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module NetunicharSource

Unicode character information

Sourceval to_lower : int -> int

Converts the input letter to lowercase. Returns the input unchanged if it is no letter, or there is no lowercase equivalent.

This bases on the 1:1 lowercase transformation of letters, and ignores any transformation mapping one letter to several chars.

Sourceval to_upper : int -> int

Same for uppercase conversion

Sourceval to_title : int -> int

Same for titlecase conversion

OCaml

Innovation. Community. Security.