Appearance
소스 문자열을 단어 단위로 분리한 배열로 만듭니다.
toWordArray(소스 문자열);
toWordArray("hello foo bar"); // ["hello", "foo", "bar"]