For the complete documentation index, see llms.txt. This page is also available as Markdown.

strlen

Return length of a string in bytes
     str - input string
Returns: length (0..n)
Thread-safe function.

long strlen(string str);

Last updated

Was this helpful?