Zen API
|
Returns the number of character units in the string buffer (excluding null-terminator).
kString assumes UTF8-encoded data; the string length refers to the number of encoded character units (bytes), rather than the number of characters.
str | String object. |