= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Identifier properties.
References
- Mark Davis. UAX #31 Unicode Identifier and Pattern Syntax. (latest version)
Identifier properties
val is_id_continue : Uchar.t -> bool
is_id_continue u
is true
if u
has the ID_Continue property.
val is_xid_continue : Uchar.t -> bool
is_xid_continue u
is true
if u
has the XID_Continue property.
Pattern syntax properties
val is_pattern_syntax : Uchar.t -> bool
is_pattern_syntax u
is true
if u
has the Pattern_Syntax property.
val is_pattern_white_space : Uchar.t -> bool
is_pattern_white_space u
is true
if u
has the Pattern_White_Space property.