Expand all

unicodeJS.graphemebreak

Methods

graphemebreak.splitClusters(text) → {Array.<string>}static #

Split text into grapheme clusters

Parameters:

Name Type Description
text string

Text to split

Source:

Returns:

Split text

Type
Array.<string>