Easypt

clear

..Root.String.clear

Erases the contents of the string.

Child of:

String

Signatures:

NativeCallable, Callable

Example:

auto str.=("Hello World!");
log(str);
log(str.empty());