Convert text to list

(\b[^\s]+\b)

However, that will just match on words with boundaries on letters. Should be fine for most situations, but really depends on what you are trying to do, and what you want to do with punctuation etc.