Logo

Programming-Idioms

History of Idiom 169 > diff from v57 to v58

Edit summary for version 58 by Dirk:
New Lisp implementation by user [Dirk]

Version 57

2019-09-26, 15:38:33

Version 58

2019-09-26, 16:54:32

Idiom #169 String length

Assign to integer n the number of characters of string s.

This can be different from the number of bytes of s.

Illustration

Idiom #169 String length

Assign to integer n the number of characters of string s.

This can be different from the number of bytes of s.

Illustration
Extra Keywords
size characters chars number runes
Extra Keywords
size characters chars number runes
Code
(length s)
Doc URL
http://www.lispworks.com/documentation/lw70/CLHS/Body/f_length.htm#length