Skip to content

Instantly share code, notes, and snippets.

@methyl
Last active August 5, 2021 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save methyl/5e8d6e694adbc87069cb6d16a2f3977e to your computer and use it in GitHub Desktop.
Save methyl/5e8d6e694adbc87069cb6d16a2f3977e to your computer and use it in GitHub Desktop.
<body>
<script>
document.write(Array.from(new Intl.Segmenter("en", {granularity: "word"}).segment("asd'asd'as'd zxczxc zxc zx z")).map(a => a.segment))
</script></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment