words-array
Converts a string into an array of words. Its supports CJK strings.
Initialy developed for ISBOBackend.
Usage
This module exports a single function.
Example
const wordsArray = console// Returns ["Please","could","you","stop","the","noise,","I'm","trying","to","get","some","rest."]// Returns ["そ","こ","で","彼","ら","は,","オ","リ","ー",...,"レ","ム","に","帰","っ","た。"]