Returns a boolean value denoting whether the input char (or first index of the input string) is whitespace
Returns true
isWhitespace(" ");
isWhitespace(" foo");
Returns false
isWhitespace("f");
Generated using TypeDoc
Returns a boolean value denoting whether the input char (or first index of the input string) is whitespace
Example
Returns true
Example
Returns true
Example
Returns false