| Did you know ... | Search Documentation: | 
|  | ctypes.pl -- Character code classification | 
This file implements the functionality of the corresponding Quintus library based on SWI-Prolog's code_type/2 predicate. Please check the documentation of this predicate to find the definitions of the classes.
 is_paren(?Open, ?Close) is semidet
 is_paren(?Open, ?Close) is semidet to_lower(+U, -L) is det
 to_lower(+U, -L) is det to_upper(+L, -U) is det
 to_upper(+L, -U) is det upper_lower(?U, ?L) is det
 upper_lower(?U, ?L) is det is_digit(+C, +Base, -Weight) is det
 is_digit(+C, +Base, -Weight) is detThe following predicates are exported, but not or incorrectly documented.
 is_upper(Arg1)
 is_upper(Arg1) is_white(Arg1)
 is_white(Arg1) is_print(Arg1)
 is_print(Arg1) is_punct(Arg1)
 is_punct(Arg1) is_quote(Arg1)
 is_quote(Arg1) is_space(Arg1)
 is_space(Arg1) is_newline(Arg1)
 is_newline(Arg1) is_newpage(Arg1)
 is_newpage(Arg1) is_period(Arg1)
 is_period(Arg1) is_endfile(Arg1)
 is_endfile(Arg1) is_endline(Arg1)
 is_endline(Arg1) is_graph(Arg1)
 is_graph(Arg1) is_lower(Arg1)
 is_lower(Arg1) is_csym(Arg1)
 is_csym(Arg1) is_csymf(Arg1)
 is_csymf(Arg1) is_digit(Arg1)
 is_digit(Arg1) is_alnum(Arg1)
 is_alnum(Arg1) is_alpha(Arg1)
 is_alpha(Arg1) is_ascii(Arg1)
 is_ascii(Arg1) is_cntrl(Arg1)
 is_cntrl(Arg1)