package camomile

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

Module CaseMap.MakeSource

Parameters

Signature

Sourcetype text = Text.t
Sourceval lowercase : ?locale:string -> text -> text
Sourceval uppercase : ?locale:string -> text -> text
Sourceval capitalize : ?locale:string -> text -> text

Capitalize the first letter of the text

Sourceval titlecase : ?locale:string -> text -> text

Capitalize the beginning of words

Sourceval casefolding : text -> text

Case foldding

Sourceval compare_caseless : text -> text -> int

Caseless comparison

OCaml

Innovation. Community. Security.