words
Splits text into normalized words.
ts
import { words } from '@vielzeug/toolkit';
words('helloWorld-test_case'); // ['hello', 'World', 'test', 'case']