Logo

Programming-Idioms

History of Idiom 169 > diff from v39 to v40

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

Version 39

2018-04-23, 23:04:12

Version 40

2018-04-23, 23:13:28

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.

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