say I have a list of string elements
wordlist = ["hi what's up home diddle mc doo", "Oh wise master kakarot", "hello have a da"]
and I want each element in my list to have a maximum of say 3 words or 20 characters. Is there a function to do this?