Imprima cada palavra em um javascript de string
'This is a test. This is only a test.'.match(/\b(\w+)\b/g)
Dead Donkey
'This is a test. This is only a test.'.match(/\b(\w+)\b/g)