isnotempty

.isnotempty string:{String} -> Boolean

Checks if a string is not empty.

Return

true if the string is not empty, false otherwise

Parameters

string

string to check

See also

Chaining

This function is designed to be chained with other function calls:
String::isnotempty -> Boolean