Convenience functionality on Char
Char
isSpace : Char -> Basics.Bool
Returns true if the given character is whitespace character.
isControl : Char -> Basics.Bool
Returns true if the given character is an ASCII control character.