Easypt

empty

..Root.String.empty

Checks if string is empty (true if empty, false otherwise).

Child of:

String

Signatures:

NativeCallable, Callable

Example:

log("Hello World!".empty());
log("".empty());