package uucp

  1. Overview
  2. Docs

Function and graphics properties.

Function and graphics properties

val is_dash : uchar -> bool

is_dash u is true if u has the Dash property.

val is_diacritic : uchar -> bool

is_diacritic u is true if u has the Diacritic property.

val is_extender : uchar -> bool

is_extender u is true if u has the Extender property.

val is_grapheme_base : uchar -> bool

is_grapheme_base u is true if u has the Grapheme_Base property.

val is_grapheme_extend : uchar -> bool

is_grapheme_extend u is true if u has the Grapheme_Extend property.

val is_math : uchar -> bool

is_math u is true if u has the Math property.

val is_quotation_mark : uchar -> bool

is_quotation_mark u is true if u has the Quotation_Mark property.

val is_soft_dotted : uchar -> bool

is_soft_dotted u is true if u has the Soft_Dotted property.

val is_terminal_punctuation : uchar -> bool

is_terminal_punct u is true if u has the Terminal_Punctuation property.

OCaml

Innovation. Community. Security.