graphic?
Returns #t if the character is a graphic character (a printing, non-whitespace character).
Exported from
Module character-type
Arguments
arg
An instance of
<character>
.
Values
val
An instance of
<boolean>
.
This module contains a set of methods for testing various properties of <character> this will work 100% correctly only with ASCII English characters.
The class of characters.
The class of boolean values.