Let's say I have a string with 500 words. How could I break this string up into smaller chunks of words.
For example if I wanted to break it up into chunks of 50 words each I would be left with a list of 10 chunks of 50 words. If the last chunk can not reach 50 words it should be whatever amount is left in the string.