-
@simevidas @stefanjudis There are client-side implementations like github.com/orling/grapheme-splitter and there was discussion around adding a
graphemeAt()method (esdiscuss.org/topic/working-with-grapheme-clusters, not sure where it went). For RegExp, the ‘u’ flag has made things better, too: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp#syntax.