title: "isWhitespace()" categories: [ "Functions" ] subCategories: [ "Characters" ] ---
Analyse if a char is a white space, that is space, formfeed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v')). Returns true if thisChar contains a white space.
`isWhitespace(thisChar)`
thisChar
: variable. Allowed data types: char
true
: if thisChar is a white space.
-
LANGUAGE char
-
LANGUAGE if (conditional operators)
-
LANGUAGE while (conditional operators)
-
LANGUAGE read()