Primitive predicate string::codePointCount
Returns the number of Unicode code points found in the receiver between the given start index (inclusive) and end index (exclusive).
int codePointCount(int startIndex, int endIndex)
Returns the number of Unicode code points found in the receiver between the given start index (inclusive) and end index (exclusive).
int codePointCount(int startIndex, int endIndex)