module Id: sig
.. end
Identifier properties.
References
Identifier properties
val is_id_start : Uucp.uchar -> bool
is_id_start u
is
true
if
u
has the
ID_Start
property.
val is_id_continue : Uucp.uchar -> bool
is_id_continue u
is
true
if
u
has the
ID_Continue
property.
val is_xid_start : Uucp.uchar -> bool
is_xid_start u
is
true
if
u
has the
XID_Start
property.
val is_xid_continue : Uucp.uchar -> bool
is_xid_continue u
is
true
if
u
has the
XID_Continue
property.
Pattern syntax properties
val is_pattern_syntax : Uucp.uchar -> bool
val is_pattern_white_space : Uucp.uchar -> bool