Returns a boolean value denoting whether the input string is blank (all whitespace)
Returns true
isBlank(" ");
Returns false
isBlank("foo bar");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is blank (all whitespace)
Example
Returns true
Example
Returns false