strlen

Syntax

native strlen(const string[]);

Usage

string
String to check.

Description

Calculates the length of a string.

Return

Number of valid character bytes in the string.