utf8string length - part-cw/lambdanative GitHub Wiki
(utf8string-length src)
utf8string-length returns the length of an UTF8 string.
Parameter | Description |
---|---|
str | UTF8 string operated on |
Example
Example 1: Get length of Sindhi UTF8 string for "Username"
> (define str "استعمال ڪندڙ جو نالو")
> (utf8string-length str)
20