@technobuddha > library > String > Categorization
Function: isWhitespace()
ts
function isWhitespace(input: string): boolean;Defined in: is-whitespace.ts:8
Test a string for all white space characters
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | string to test |
Returns
boolean
true, if all characters in the string are white space