Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 153 Bytes

julia.md

File metadata and controls

8 lines (6 loc) · 153 Bytes

Count encoded bytes in Julia

The core endof function returns the number of bytes in UTF-8 when called on a string.

count = endof(str)