Logo

Programming-Idioms

History of Idiom 169 > diff from v45 to v46

Edit summary for version 46 by programming-idioms.org:
+keywords

Version 45

2018-08-22, 17:29:32

Version 46

2018-09-16, 11:49:10

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
Extra Keywords
size characters chars number runes