Next: strsub

Prev: strcmp

strlen

strlen(string)
This function returns the length of string.

Examples:

length("foo")
     => 3