isempty

.isempty string:{String} -> Boolean

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 -> Boolean