strlen -- counts the number of characters in a string.
strlen (string)
A string.
The number of characters in the string.
Gamma> strlen("Hello"); 5 Gamma> strlen("How about a cup of coffee?"); 26 Gamma>
length