Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Guile.Char
Sourceis_alphabetic v
returns true if v
is a char and false otherwise.
is_whitespace v
returns true if v
is whitespace and false otherwise.
is_upper_case v
returns true if v
is upper case and false otherwise.
is_lower_case v
returns true if v
is lower case and false otherwise.
is_both_p v
returns #t if v
is either lower or upper case and #f otherwise.
is_both v
returns true if v
is either lower or upper case and false otherwise.
general_category_p v
returns #t if v
is a general category unicode char and #f otherwise.
is_general_category v
returns true if v
is a general category unicode char and false otherwise.