I am writing a text analysis program for an assignment and need to write a function which will return all words over a specified length from a string (in this case all words with over 6 characters).
I have found plenty of examples which show how to return groups of words based on their lengths but none on how to get ALL the words over a specified length
1 Answer