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.
Parameters
Section titled “Parameters”string
locale?
Section titled “locale?”string
Returns
Section titled “Returns”string[]
Example
Section titled “Example”graphemes(3); // three visible characters, whatever they cost in code points