char_is_whitespace(c)
Return true if the character c is whitespace, otherwise return false.
true
c
false
char_is_whitespace(\space) // true char_is_whitespace(\newline) // true
Core Module Index | Contents