Skip to content

graphemes

graphemes(value, locale?): string[]

Defined in: src/strings/random-string.ts:32

A random string of count grapheme clusters — what a reader calls “characters”.

A flag or an emoji with a skin-tone modifier is several code points that display as one glyph. chars counts code points and would split them; this counts what you see.

string

string

string[]

graphemes(3); // three visible characters, whatever they cost in code points