mud/lib/doc/efun/strings/strlen
2020-09-06 05:43:07 -07:00

11 lines
220 B
Plaintext

strlen - returns the length of a string
int strlen( string str );
strlen() returns the number of characters in the string 'str'.
See also:
sizeof
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere