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.
native
native strlen(const string[]);
Calculates the length of a string.
| string | String to check. |
|---|
Number of valid character bytes in the string.