R/utils.R
extract_words.Rd
Extract words Extracts all words from a character string of texts.
extract_words(texts)
character vector of texts
it uses the regex \b[:alpha:]+\b to extract words.
\b[:alpha:]+\b