stride() returns the length of a UTF-8 sequence starting at index i in string s.
The number of bytes in the UTF-8 sequence or 0xFF meaning si is not the start of of UTF-8 sequence.
See Implementation
stride() returns the length of a UTF-8 sequence starting at index i in string s.