How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"
Briefly

I've been reading Axel Rauschmayer's post on the new regular expression flag /v, which explains a way to split emoji strings into graphemes using Intl.Segmenter.I haven't used this Intl API before.Let's find out what it's about!Consider you want to split user input into sentences.It looks like a quick split() task...
Read at Stefanjudis
[
add
]
[
|
|
]