Copyright © 2010-2011 Michael Uvarov
Authors: Michael Uvarov (arcusfelis@gmail.com).
char_type() = ux_types:char_type()
| block/1 | |
| comment/1 | |
| is_acsii/1 | |
| is_cjk_compatibility_ideograph/1 | |
| is_cjk_unified_ideograph/1 | |
| is_decimal/1 | Return true, if C is a decimal number. |
| is_hangul/1 | |
| is_hangul_precomposed/1 | |
| is_letter/1 | Returns true, if C is a letter. |
| is_lower/1 | |
| is_mark/1 | |
| is_number/1 | Returns true, if is C is a number. |
| is_punctuation_mark/1 | Returns true, if is C is a punctiation mark. |
| is_separator/1 | Return true, if is C is a separator. |
| is_unified_ideograph/1 | |
| is_upper/1 | |
| script/1 | |
| to_lower/1 | |
| to_ncr/1 | |
| to_upper/1 | |
| type/1 |
block(V::char) -> atom()
block(V::skip_check) -> function()
comment(V::char()) -> binary()
comment(V::skip_check) -> function()
is_acsii(Char::char()) -> boolean()
is_cjk_compatibility_ideograph(Ch) -> any()
is_cjk_unified_ideograph(Ch) -> any()
is_decimal(C::char()) -> boolean()
Return true, if C is a decimal number.
is_hangul(Char) -> any()
is_hangul_precomposed(Char) -> any()
is_letter(C::char()) -> boolean()
Returns true, if C is a letter.
is_lower(V::char()) -> boolean()
is_lower(V::skip_check) -> function()
is_mark(C) -> any()
is_number(C::char()) -> boolean()
Returns true, if is C is a number.
is_punctuation_mark(C::char()) -> boolean()
Returns true, if is C is a punctiation mark.
is_separator(C::char()) -> boolean()
Return true, if is C is a separator.
is_unified_ideograph(Ch) -> any()
is_upper(V::char()) -> boolean()
is_upper(V::skip_check) -> function()
script(V::char) -> atom()
script(V::skip_check) -> function()
to_lower(V::char()) -> char()
to_lower(V::skip_check) -> function()
to_ncr(Char::char()) -> string()
to_upper(V::char()) -> char()
to_upper(V::skip_check) -> function()
Generated by EDoc