isNonEmptyString()function

isNonEmptyString(str: string): boolean
ParamType
strstring
The string to test. required
Return
boolean
true if str has a length greater than zero, otherwise false.

Does a string have length?