From the NannyMUD documentation
2000-12-14
NAME strlen - Give the length of a string. SYNTAX int strlen(string str) DESCRIPTION Gives the length of a string in number of characters.
strlen - Give the length of a string.
int strlen(string str)
Gives the length of a string in number of characters.