Easypt

toBoolean

..Root.String.toBoolean

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

Child of:

String

Signatures:

NativeCallable, Callable

Example:

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