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
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.