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