native

strlen

Syntax

native strlen(const string[]);

Description

Calculates the length of a string.

Parameters

string String to check.

Return

Number of valid character bytes in the string.