Returns whether the given string is blank
Optional
the string to check
whether the given string is blank
check if all the characters in the given string are whitespace or line separators
isBlank(undefined); // trueisBlank('foobar'); // false Copy
isBlank(undefined); // trueisBlank('foobar'); // false
Returns whether the given string is blank