Utf8.len

From GiderosMobile
Revision as of 11:16, 23 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2016.06

Description

Returns the number of UTF-8 characters in string s that start between positions i and j (both inclusive). The default for i is 1 and for j is -1. If it finds any invalid byte sequence, returns a false value plus the position of the first invalid byte.

(number) = utf8.len(s,i,j)

's: (string) '
i: (number) optional
j: (number) optional
Returns (number) number of characters