Easypt

size

..Root.String.size

Returns length of string.

Child of:

String

Signatures:

NativeCallable, Callable

Example:

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