isNotEmpty
Returns true if the string in the parameter is not empty.
Category
String
Function syntax
isNotEmpty(<parameters>)
Parameters
- string
Signature and returned type
isNotEmpty(<string>)
Returns a boolean.
Example
isNotEmpty("")
Returns false.
isNotEmpty("hello")
Returns true.
recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9