isempty
.isempty string:{String} -> <Error class: unknown class>Content copied to clipboard
Checks if a string is empty.
Return
true if the string is empty, false otherwise
Parameters
string
string to check
Chaining
This function is designed to be chained with other function calls:String::isempty -> <Error class: unknown class>Content copied to clipboard