Method GetGraphemes
GetGraphemes(string)
Enumerates extended grapheme clusters from a string. Handles surrogate pairs, combining marks, and basic ZWJ sequences. Safe for legacy consoles; memory representation is correct.
public static IEnumerable<string> GetGraphemes(string text)
Parameters
textstring