isEmpty
Returns true if the string in the parameter has no character.
Category
String
Function syntax
isEmpty(<parameters>)
Parameters
- string
Signature and returned type
isEmpty(<string>)
Returns a boolean.
Example
isEmpty("")
Returns true.
isEmpty("Hello World")
Returns false.
recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9