isNonEmptyString()function
isNonEmptyString(str: string): boolean
| Param | Type | |
|---|---|---|
str | string | The string to test. required |
| Return | |
|---|---|
boolean | true if str has a length greater than zero, otherwise false. |
Does a string have length?