Returns whether the given string is not blank
Optional
the string to check
whether the given string is not blank
isNotBlank('foobar'); // true Copy
isNotBlank('foobar'); // true
Returns whether the given string is not blank