stringlen
stringlen s
-- returns the length of the string s. The argument
may also be a sequence or list of strings and symbols, and so
on, recursively, in which case the lengths of the various elements
are summed. Additionally, an integer may be used to represent a
number of spaces.
See also String, concatenate, and #.
Go to main index.
Go to concepts index.