isempty

fun isempty(string: String): <Error class: unknown class>

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>