Logo

Programming-Idioms

History of Idiom 169 > diff from v78 to v79

Edit summary for version 79 by programming-idioms.org:
Updated picture URL by user [programming-idioms.org]

Version 78

2020-04-30, 20:35:09

Version 79

2020-07-05, 20:30:11

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.

Variables
n,s
Extra Keywords
size characters chars number runes
Extra Keywords
size characters chars number runes