Returns a boolean value denoting whether the input string contains any whitespace
Returns true
containsWhitespace("foo bar");
Returns false
containsWhitespace("foo");
Generated using TypeDoc
Returns a boolean value denoting whether the input string contains any whitespace
Example
Returns true
Example
Returns false