.\"returns the length of a string .DT strlen $MUDNAME$ driver help strlen .SH Name .SI 5 strlen() - returns the length of a string .EI .SH Synopsis .SI 5 int strlen( string str ); .EI .SH Description .SP 5 5 strlen() returns the number of characters in the string `str'. Note that you can also use sizeof() on strings. .EP .SH See also .SI 5 sizeof() .EI