strlen

Syntax

native strlen(const string[]);

Usage

Parameter Description
string
String to check.

Description

Calculates the length of a string.

Return

Number of valid character bytes in the string.