Converts a string to an array of its grapheme clusters. Mirrors spreading a native string, except that native yields code points rather than grapheme clusters. Clusters are UAX #29; see the module note above for the two consequences worth knowing.
String to convert to an array
An array of the string's grapheme clusters
Converts a string to an array of its grapheme clusters. Mirrors spreading a native string, except that native yields code points rather than grapheme clusters. Clusters are UAX #29; see the module note above for the two consequences worth knowing.