Given a string x, i can count the number of words (length) in this string using gregexpr("[A-Za-z]\w+", x) . Given a string x, i can count the number of wor
Given a string x, i can count the number of words (length) in this string using gregexpr("[A-Za-z]\w+", x) . Given a string x, i can count the number of wor