Name

strlen — String length.

Synopsis

strlen string

Description

The strlen returns the length of string.

Example

puts [strlen "abcdefghijklmnopqrstuvwxyz"]
	  

Produces:

26