lenb
Number of bytes in a string.
Syntax
Section titled “Syntax”v = lenb(text)Description
Section titled “Description”Like len but returns the byte length, with multi-byte (e.g. CJK) characters counted by their UTF-8 byte width.
Example
Section titled “Example”lenb('hello') % 5