isNotEmpty 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
8fe209f2-717b-4d36-904c-71a9532007af