isnotempty

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

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 -> <Error class: unknown class>