Last active
August 5, 2021 10:24
-
-
Save methyl/5e8d6e694adbc87069cb6d16a2f3977e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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