strlen — String length.
strlen string
strlen
string
The strlen returns the length of string.
puts [strlen "abcdefghijklmnopqrstuvwxyz"]
Produces:
26