Extract words Extracts all words from a character string of texts.

extract_words(texts)

Arguments

texts

character vector of texts

Note

it uses the regex \b[:alpha:]+\b to extract words.